Remove numbers from incorrectly-numbered list.

Reported by Andres Freund.
pull/14/head^2
Robert Haas 10 years ago
parent 68c1d7d42e
commit fea2b642fd
  1. 4
      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

Loading…
Cancel
Save