mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Fix typo in comment.
Amit Langote
This commit is contained in:
parent
0dc848b031
commit
a309ebd6b9
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user