Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit efba7a5

Browse files
committed
Fix typo in comment.
Amit Langote
1 parent 4eaafa0 commit efba7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/parser/parse_utilcmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
160160
* Look up the creation namespace. This also checks permissions on the
161161
* target namespace, locks it against concurrent drops, checks for a
162162
* preexisting relation in that namespace with the same name, and updates
163-
* stmt->relation->relpersistence if the select namespace is temporary.
163+
* stmt->relation->relpersistence if the selected namespace is temporary.
164164
*/
165165
namespaceid =
166166
RangeVarGetAndCheckCreationNamespace(stmt->relation, NoLock,

0 commit comments

Comments
 (0)