summaryrefslogtreecommitdiff
path: root/src/backend/catalog
diff options
context:
space:
mode:
authorAlvaro Herrera2015-03-03 17:03:33 +0000
committerAlvaro Herrera2015-03-03 17:05:05 +0000
commit6f9d79904748c26a58991942dc6719db558f77b0 (patch)
tree34ba7eb014b40ed7f56c40682ee2638faa22cd3c /src/backend/catalog
parentb67f1ce181910e012b3a8ec7a35ba20a48247757 (diff)
Add comment for "is_internal" parameter
This was missed in my commit f4c4335 of 9.3 vintage, so backpatch to that.
Diffstat (limited to 'src/backend/catalog')
-rw-r--r--src/backend/catalog/heap.c1
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
* --------------------------------