pgindent fix
for commit a11c9c42ea
This commit is contained in:
parent
a11c9c42ea
commit
0d93ce31a5
@ -1011,7 +1011,10 @@ DefineIndex(Oid tableId,
|
|||||||
{
|
{
|
||||||
if (key->partattrs[i] == indexInfo->ii_IndexAttrNumbers[j])
|
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_opfamily;
|
||||||
Oid idx_opcintype;
|
Oid idx_opcintype;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user