From: Peter Eisentraut Date: Thu, 21 Nov 2024 20:40:17 +0000 (+0100) Subject: pgindent run X-Git-Tag: REL_18_BETA1~1449 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=53dcba9be5746cc126bdb949bf81c29ea2cfc24d;p=postgresql.git pgindent run for commit 79b575d3bc0 --- 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 +