Commit a309ebd6 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

Amit Langote
parent 0dc848b0
...@@ -11169,7 +11169,7 @@ ATPrepChangePersistence(Relation rel, bool toLogged) ...@@ -11169,7 +11169,7 @@ ATPrepChangePersistence(Relation rel, bool toLogged)
/* /*
* Check existing foreign key constraints to preserve the invariant that * Check existing foreign key constraints to preserve the invariant that
* no permanent tables cannot reference unlogged ones. Self-referencing * permanent tables cannot reference unlogged ones. Self-referencing
* foreign keys can safely be ignored. * foreign keys can safely be ignored.
*/ */
pg_constraint = heap_open(ConstraintRelationId, AccessShareLock); pg_constraint = heap_open(ConstraintRelationId, AccessShareLock);
......
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