Fix typo in comment.
authorHeikki Linnakangas <[email protected]>
Tue, 3 Feb 2015 07:48:45 +0000 (09:48 +0200)
committerHeikki Linnakangas <[email protected]>
Tue, 3 Feb 2015 07:49:07 +0000 (09:49 +0200)
Amit Langote

src/backend/parser/parse_utilcmd.c

index 3ccdbb7d9def125c50fbf2c1d4e3a15d54e3d3cf..7540043ce50625fddad2767c5a7f5ea0e4563121 100644 (file)
@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
     * Look up the creation namespace.  This also checks permissions on the
     * target namespace, locks it against concurrent drops, checks for a
     * preexisting relation in that namespace with the same name, and updates
-    * stmt->relation->relpersistence if the select namespace is temporary.
+    * stmt->relation->relpersistence if the selected namespace is temporary.
     */
    namespaceid =
        RangeVarGetAndCheckCreationNamespace(stmt->relation, NoLock,