From: Robert Haas Date: Thu, 19 Nov 2015 19:59:01 +0000 (-0500) Subject: Remove numbers from incorrectly-numbered list. X-Git-Tag: REL9_6_BETA1~1073 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fea2b642fdb1bbe0f4b1bd0a763c370dfc6fb97c;p=postgresql.git Remove numbers from incorrectly-numbered list. Reported by Andres Freund. --- 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