1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00

pgindent fix

for commit a11c9c42ea
This commit is contained in:
Peter Eisentraut
2023-12-01 17:58:18 +01:00
parent a11c9c42ea
commit 0d93ce31a5

View File

@ -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;