We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc848b commit a309ebdCopy full SHA for a309ebd
src/backend/commands/tablecmds.c
@@ -11169,7 +11169,7 @@ ATPrepChangePersistence(Relation rel, bool toLogged)
11169
11170
/*
11171
* Check existing foreign key constraints to preserve the invariant that
11172
- * no permanent tables cannot reference unlogged ones. Self-referencing
+ * permanent tables cannot reference unlogged ones. Self-referencing
11173
* foreign keys can safely be ignored.
11174
*/
11175
pg_constraint = heap_open(ConstraintRelationId, AccessShareLock);
0 commit comments