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

Commit 2570e28

Browse files
committed
Add comment for "is_internal" parameter
This was missed in my commit f4c4335 of 9.3 vintage, so backpatch to that.
1 parent c05fa34 commit 2570e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/catalog/heap.c

+1
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ AddNewRelationType(const char *typeName,
10011001
* use_user_acl: TRUE if should look for user-defined default permissions;
10021002
* if FALSE, relacl is always set NULL
10031003
* allow_system_table_mods: TRUE to allow creation in system namespaces
1004+
* is_internal: is this a system-generated catalog?
10041005
*
10051006
* Returns the OID of the new relation
10061007
* --------------------------------

0 commit comments

Comments
 (0)