mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:22:43 -04:00
parent
a11c9c42ea
commit
0d93ce31a5
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue