Fix typo in comment.

Amit Langote
This commit is contained in:
Heikki Linnakangas 2015-02-03 09:48:45 +02:00
parent 4eaafa0453
commit efba7a542f
1 changed files with 1 additions and 1 deletions

View 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,