Add comment missing in a4a232b1e7

Noticed while studying nearby code
This commit is contained in:
Alvaro Herrera 2023-08-22 12:22:03 +02:00
parent 1cdc6d86bf
commit 757fa45c86
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 2 additions and 0 deletions

View File

@ -2215,6 +2215,8 @@ StoreConstraints(Relation rel, List *cooked_constraints, bool is_internal)
* allow_merge: true if check constraints may be merged with existing ones
* is_local: true if definition is local, false if it's inherited
* is_internal: true if result of some internal process, not a user request
* queryString: used during expression transformation of default values and
* cooked CHECK constraints
*
* All entries in newColDefaults will be processed. Entries in newConstraints
* will be processed only if they are CONSTR_CHECK type.