Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 757fa45

Browse files
committed
Add comment missing in a4a232b
Noticed while studying nearby code
1 parent 1cdc6d8 commit 757fa45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/catalog/heap.c

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

0 commit comments

Comments
 (0)