Remove numbers from incorrectly-numbered list.

Reported by Andres Freund.
This commit is contained in:
Robert Haas 2015-11-19 14:59:01 -05:00
parent 68c1d7d42e
commit fea2b642fd
1 changed files with 2 additions and 2 deletions

View File

@ -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