mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
Backpatch-through: 18
This commit is contained in:
parent
ef81db9697
commit
17a5ca58eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1496,7 +1496,7 @@ _bt_skiparray_strat_increment(IndexScanDesc scan, ScanKey arraysk,
|
||||||
*/
|
*/
|
||||||
lookupstrat = BTGreaterEqualStrategyNumber;
|
lookupstrat = BTGreaterEqualStrategyNumber;
|
||||||
if (low_compare->sk_flags & SK_BT_DESC)
|
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);
|
geop = get_opfamily_member(opfamily, opcintype, opcintype, lookupstrat);
|
||||||
if (!OidIsValid(geop))
|
if (!OidIsValid(geop))
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue