diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-29 10:55:43 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-29 10:55:43 +0300 |
commit | a309ebd6b9940ca466c7748eeefc93c86ba2c9d4 (patch) | |
tree | 2e93e2262c9e5701a432ec40d8b0fbbefb911cae /src/backend/commands/tablecmds.c | |
parent | 0dc848b0314d63188919f1ce943730eac684dccd (diff) | |
download | postgresql-a309ebd6b9940ca466c7748eeefc93c86ba2c9d4.tar.gz postgresql-a309ebd6b9940ca466c7748eeefc93c86ba2c9d4.zip |
Fix typo in comment.
Amit Langote
Diffstat (limited to 'src/backend/commands/tablecmds.c')
-rw-r--r-- | src/backend/commands/tablecmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 1c7eded9a79..b459b1eaeca 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -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); |