pgindent fix
authorPeter Eisentraut <[email protected]>
Fri, 1 Dec 2023 16:58:18 +0000 (17:58 +0100)
committerPeter Eisentraut <[email protected]>
Fri, 1 Dec 2023 16:58:18 +0000 (17:58 +0100)
for commit a11c9c42ea

src/backend/commands/indexcmds.c

index c7ecedbe3bc00e5ba7c0dc63484db01c8cf15ba4..795f29d02d4f00e8fbacb39e73c1be9419d0cdf4 100644 (file)
@@ -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;