projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c1d7d
)
Remove numbers from incorrectly-numbered list.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 19 Nov 2015 19:59:01 +0000
(14:59 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 19 Nov 2015 21:45:13 +0000
(16:45 -0500)
Reported by Andres Freund.
src/backend/catalog/namespace.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/namespace.c
b/src/backend/catalog/namespace.c
index 8cf8b1764e1f1e4823785b834b0e45a46948ffd7..6644c6fc799d8b805ec313d1463dd1adf461d1e9 100644
(file)
--- a/
src/backend/catalog/namespace.c
+++ b/
src/backend/catalog/namespace.c
@@
-2769,8
+2769,8
@@
LookupCreationNamespace(const char *nspname)
/*
* Common checks on switching namespaces.
*
- * We complain if
(1)
either the old or new namespaces is a temporary schema
- * (or temporary toast schema), or
(3)
either the old or new namespaces is the
+ * We complain if either the old or new namespaces is a temporary schema
+ * (or temporary toast schema), or
if
either the old or new namespaces is the
* TOAST schema.
*/
void