mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix typo in comment.
Amit Langote
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user