diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-12-01 17:58:18 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-12-01 17:58:18 +0100 |
commit | 0d93ce31a584ff454f39df9f94f84376756e074b (patch) | |
tree | 08b243a9bdabebeb87f88b70df9322aab1a44f85 /src | |
parent | a11c9c42ea3193ff7a977764788bda43ebb07b35 (diff) |
pgindent fix
for commit a11c9c42ea
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/indexcmds.c | 5 |
1 files changed, 4 insertions, 1 deletions
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; |