mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
Backpatch-through: 18
This commit is contained in:
parent
f6edf403a9
commit
7e9c216b52
|
|
@ -1498,7 +1498,7 @@ _bt_skiparray_strat_increment(IndexScanDesc scan, ScanKey arraysk,
|
|||
*/
|
||||
lookupstrat = BTGreaterEqualStrategyNumber;
|
||||
if (low_compare->sk_flags & SK_BT_DESC)
|
||||
lookupstrat = BTLessEqualStrategyNumber; /* commute this too */
|
||||
lookupstrat = BTLessEqualStrategyNumber; /* commute this too */
|
||||
geop = get_opfamily_member(opfamily, opcintype, opcintype, lookupstrat);
|
||||
if (!OidIsValid(geop))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user