]> granicus.if.org Git - postgresql/commitdiff
Update LookupExplicitNamespace() comments; commit message update
authorBruce Momjian <bruce@momjian.us>
Sat, 26 Jan 2013 18:47:50 +0000 (13:47 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 26 Jan 2013 18:47:50 +0000 (13:47 -0500)
Also, commit 7e2322dff30c04d90c0602d2b5ae24b4881db88b affected DROP
TABLE IF EXISTS, not CREATE TABLE IF EXISTS.

src/backend/catalog/namespace.c

index 1c76602b5efcb82520a459c8ebf69a14869abe9d..6964feedc2ee8d4e4fb9ddec0d74f4b95137964d 100644 (file)
@@ -2673,7 +2673,7 @@ LookupNamespaceNoError(const char *nspname)
  *             Process an explicitly-specified schema name: look up the schema
  *             and verify we have USAGE (lookup) rights in it.
  *
- * Returns the namespace OID.  Raises ereport if any problem.
+ * Returns the namespace OID
  */
 Oid
 LookupExplicitNamespace(const char *nspname, bool missing_ok)
@@ -2690,8 +2690,7 @@ LookupExplicitNamespace(const char *nspname, bool missing_ok)
                /*
                 * Since this is used only for looking up existing objects, there is
                 * no point in trying to initialize the temp namespace here; and doing
-                * so might create problems for some callers. Just fall through and
-                * give the "does not exist" error.
+                * so might create problems for some callers --- just fall through.
                 */
        }