Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51cfb87

Browse files
committed
Update LookupExplicitNamespace() comments; commit message update
Also, commit7e2322d affected DROPTABLE IF EXISTS, not CREATE TABLE IF EXISTS.
1 parent4deb57d commit51cfb87

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(constchar*nspname,boolmissing_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)

[8]ページ先頭

©2009-2025 Movatter.jp