diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-11-19 14:59:01 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-11-19 16:45:13 -0500 |
commit | fea2b642fdb1bbe0f4b1bd0a763c370dfc6fb97c (patch) | |
tree | 7e8fe2c70d56e38f10b3db408a4b70f1aad9d59a | |
parent | 68c1d7d42e553682f1d2723e623b6a3a4b02c75f (diff) | |
download | postgresql-fea2b642fdb1bbe0f4b1bd0a763c370dfc6fb97c.tar.gz postgresql-fea2b642fdb1bbe0f4b1bd0a763c370dfc6fb97c.zip |
Remove numbers from incorrectly-numbered list.
Reported by Andres Freund.
-rw-r--r-- | src/backend/catalog/namespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/namespace.c b/src/backend/catalog/namespace.c index 8cf8b1764e1..6644c6fc799 100644 --- 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 |