diff options
-rw-r--r-- | src/backend/catalog/heap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 17f7266ed43..1a64436d90d 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -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 * -------------------------------- |