Skip to content

Commit 6f9d799

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 b67f1ce commit 6f9d799

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
@@ -1004,6 +1004,7 @@ AddNewRelationType(const char *typeName,
10041004
* use_user_acl: TRUE if should look for user-defined default permissions;
10051005
* if FALSE, relacl is always set NULL
10061006
* allow_system_table_mods: TRUE to allow creation in system namespaces
1007+
* is_internal: is this a system-generated catalog?
10071008
*
10081009
* Returns the OID of the new relation
10091010
* --------------------------------

0 commit comments

Comments
 (0)