File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 */
26782678Oid
26792679LookupExplicitNamespace (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
You can’t perform that action at this time.
0 commit comments