mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user