mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@ -304,7 +304,7 @@ ExecInsert(TupleTableSlot *slot,
|
||||
* inserting the record into the heap and all indexes.
|
||||
*
|
||||
* ExecWithCheckOptions will elog(ERROR) if a violation is found, so
|
||||
* the tuple will never be seen, if it violates the the WITH CHECK
|
||||
* the tuple will never be seen, if it violates the WITH CHECK
|
||||
* OPTION.
|
||||
*
|
||||
* ExecWithCheckOptions() will skip any WCOs which are not of
|
||||
|
Reference in New Issue
Block a user