Skip to content

Commit 51cfb87

Browse files
committed
Update LookupExplicitNamespace() comments; commit message update
Also, commit 7e2322d affected DROP TABLE IF EXISTS, not CREATE TABLE IF EXISTS.
1 parent 4deb57d commit 51cfb87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/catalog/namespace.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,7 +2673,7 @@ LookupNamespaceNoError(const char *nspname)
26732673
* Process an explicitly-specified schema name: look up the schema
26742674
* and verify we have USAGE (lookup) rights in it.
26752675
*
2676-
* Returns the namespace OID. Raises ereport if any problem.
2676+
* Returns the namespace OID
26772677
*/
26782678
Oid
26792679
LookupExplicitNamespace(const char *nspname, bool missing_ok)
@@ -2690,8 +2690,7 @@ LookupExplicitNamespace(const char *nspname, bool missing_ok)
26902690
/*
26912691
* Since this is used only for looking up existing objects, there is
26922692
* no point in trying to initialize the temp namespace here; and doing
2693-
* so might create problems for some callers. Just fall through and
2694-
* give the "does not exist" error.
2693+
* so might create problems for some callers --- just fall through.
26952694
*/
26962695
}
26972696

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy