pgindent run

for commit 79b575d3bc
pull/185/head
Peter Eisentraut 10 months ago
parent b5be29ecaf
commit 53dcba9be5
  1. 1
      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\"", errmsg("\"%s\" is not an index for table \"%s\"",
RelationGetRelationName(indexRel), RelationGetRelationName(indexRel),
RelationGetRelationName(rel)))); RelationGetRelationName(rel))));
/* /*
* The AM must support uniqueness, and the index must in fact be unique. * The AM must support uniqueness, and the index must in fact be unique.
* If we have a WITHOUT OVERLAPS constraint (identified by uniqueness + * If we have a WITHOUT OVERLAPS constraint (identified by uniqueness +

Loading…
Cancel
Save