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

Commit 73f236f

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 43d81f1 commit 73f236f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/catalog/heap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@ AddNewRelationType(const char *typeName,
993993
* use_user_acl: TRUE if should look for user-defined default permissions;
994994
* if FALSE, relacl is always set NULL
995995
* allow_system_table_mods: TRUE to allow creation in system namespaces
996+
* is_internal: is this a system-generated catalog?
996997
*
997998
* Returns the OID of the new relation
998999
* --------------------------------

0 commit comments

Comments
 (0)