We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4deb57d commit51cfb87Copy full SHA for 51cfb87
src/backend/catalog/namespace.c
@@ -2673,7 +2673,7 @@ LookupNamespaceNoError(const char *nspname)
2673
*Process an explicitly-specified schema name: look up the schema
2674
*and verify we have USAGE (lookup) rights in it.
2675
*
2676
- * Returns the namespace OID. Raises ereport if any problem.
+ * Returns the namespace OID
2677
*/
2678
Oid
2679
LookupExplicitNamespace(constchar*nspname,boolmissing_ok)
@@ -2690,8 +2690,7 @@ LookupExplicitNamespace(const char *nspname, bool missing_ok)
2690
/*
2691
* Since this is used only for looking up existing objects, there is
2692
* 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.
+ * so might create problems for some callers --- just fall through.
2695
2696
}
2697