]> granicus.if.org Git - postgresql/commitdiff
Add comment for "is_internal" parameter
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 3 Mar 2015 17:03:33 +0000 (14:03 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 3 Mar 2015 17:05:05 +0000 (14:05 -0300)
This was missed in my commit f4c4335 of 9.3 vintage, so backpatch to
that.

src/backend/catalog/heap.c

index 17f7266ed437ff191df7e7cb2b6581163365dc62..1a64436d90d11192787e3f996c28245a41b139a3 100644 (file)
@@ -1004,6 +1004,7 @@ AddNewRelationType(const char *typeName,
  *     use_user_acl: TRUE if should look for user-defined default permissions;
  *             if FALSE, relacl is always set NULL
  *     allow_system_table_mods: TRUE to allow creation in system namespaces
+ *     is_internal: is this a system-generated catalog?
  *
  * Returns the OID of the new relation
  * --------------------------------