Skip to content

Commit a309ebd

Browse files
committed
Fix typo in comment.
Amit Langote
1 parent 0dc848b commit a309ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11169,7 +11169,7 @@ ATPrepChangePersistence(Relation rel, bool toLogged)
1116911169

1117011170
/*
1117111171
* Check existing foreign key constraints to preserve the invariant that
11172-
* no permanent tables cannot reference unlogged ones. Self-referencing
11172+
* permanent tables cannot reference unlogged ones. Self-referencing
1117311173
* foreign keys can safely be ignored.
1117411174
*/
1117511175
pg_constraint = heap_open(ConstraintRelationId, AccessShareLock);

0 commit comments

Comments
 (0)