mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in comment.
Amit Langote
This commit is contained in:
parent
d7f0bb8cc7
commit
6f1789a475
1 changed files with 1 additions and 1 deletions
|
|
@ -11169,7 +11169,7 @@ ATPrepChangePersistence(Relation rel, bool toLogged)
|
|||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
pg_constraint = heap_open(ConstraintRelationId, AccessShareLock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue