Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d93ce3

Browse files
committed
pgindent fix
for commit a11c9c4
1 parent a11c9c4 commit 0d93ce3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/commands/indexcmds.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,10 @@ DefineIndex(Oid tableId,
10111011
{
10121012
if (key->partattrs[i] == indexInfo->ii_IndexAttrNumbers[j])
10131013
{
1014-
/* Matched the column, now what about the collation and equality op? */
1014+
/*
1015+
* Matched the column, now what about the collation and
1016+
* equality op?
1017+
*/
10151018
Oid idx_opfamily;
10161019
Oid idx_opcintype;
10171020

0 commit comments

Comments
 (0)