projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d81f1
)
Add comment for "is_internal" parameter
author
Alvaro Herrera
Tue, 3 Mar 2015 17:03:33 +0000
(14:03 -0300)
committer
Alvaro Herrera
Tue, 3 Mar 2015 17:04:34 +0000
(14:04 -0300)
This was missed in my commit
f4c4335
of 9.3 vintage, so backpatch to
that.
src/backend/catalog/heap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/heap.c
b/src/backend/catalog/heap.c
index 2ec4e774cdbb201818411bc73de7db19c2f1cf60..8993fc007c91bd010166121ab16a580b71208464 100644
(file)
--- a/
src/backend/catalog/heap.c
+++ b/
src/backend/catalog/heap.c
@@
-993,6
+993,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
* --------------------------------