diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-11-21 21:40:17 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-11-21 21:40:17 +0100 |
commit | 53dcba9be5746cc126bdb949bf81c29ea2cfc24d (patch) | |
tree | c5d0e8642204e69e28dc748d63a14a321f5c9b2e | |
parent | b5be29ecafe1653ec53f49cbc4789b9683648bc0 (diff) | |
download | postgresql-53dcba9be5746cc126bdb949bf81c29ea2cfc24d.tar.gz postgresql-53dcba9be5746cc126bdb949bf81c29ea2cfc24d.zip |
pgindent run
for commit 79b575d3bc0
-rw-r--r-- | src/backend/commands/tablecmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index f53129a1c48..1af2e2bffb2 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -17296,6 +17296,7 @@ ATExecReplicaIdentity(Relation rel, ReplicaIdentityStmt *stmt, LOCKMODE lockmode errmsg("\"%s\" is not an index for table \"%s\"", RelationGetRelationName(indexRel), RelationGetRelationName(rel)))); + /* * The AM must support uniqueness, and the index must in fact be unique. * If we have a WITHOUT OVERLAPS constraint (identified by uniqueness + |