From 6f9d79904748c26a58991942dc6719db558f77b0 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 3 Mar 2015 14:03:33 -0300 Subject: [PATCH] Add comment for "is_internal" parameter This was missed in my commit f4c4335 of 9.3 vintage, so backpatch to that. --- src/backend/catalog/heap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 17f7266ed4..1a64436d90 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 * -------------------------------- -- 2.40.0