Commit efba7a54 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

Amit Langote
parent 4eaafa04
...@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString) ...@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
* Look up the creation namespace. This also checks permissions on the * Look up the creation namespace. This also checks permissions on the
* target namespace, locks it against concurrent drops, checks for a * target namespace, locks it against concurrent drops, checks for a
* preexisting relation in that namespace with the same name, and updates * 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 = namespaceid =
RangeVarGetAndCheckCreationNamespace(stmt->relation, NoLock, RangeVarGetAndCheckCreationNamespace(stmt->relation, NoLock,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment