From: Peter Eisentraut Date: Fri, 1 Dec 2023 16:58:18 +0000 (+0100) Subject: pgindent fix X-Git-Tag: REL_17_BETA1~1351 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0d93ce31a584ff454f39df9f94f84376756e074b;p=postgresql.git pgindent fix for commit a11c9c42ea --- diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index c7ecedbe3bc..795f29d02d4 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -1011,7 +1011,10 @@ DefineIndex(Oid tableId, { if (key->partattrs[i] == indexInfo->ii_IndexAttrNumbers[j]) { - /* Matched the column, now what about the collation and equality op? */ + /* + * Matched the column, now what about the collation and + * equality op? + */ Oid idx_opfamily; Oid idx_opcintype;