🌐 AI搜索 & 代理 主页
Skip to content

Commit 17a5ca5

Browse files
Re-pgindent nbtpreprocesskeys.c after commit 7969629.
Backpatch-through: 18
1 parent ef81db9 commit 17a5ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtpreprocesskeys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ _bt_skiparray_strat_increment(IndexScanDesc scan, ScanKey arraysk,
14961496
*/
14971497
lookupstrat = BTGreaterEqualStrategyNumber;
14981498
if (low_compare->sk_flags & SK_BT_DESC)
1499-
lookupstrat = BTLessEqualStrategyNumber; /* commute this too */
1499+
lookupstrat = BTLessEqualStrategyNumber; /* commute this too */
15001500
geop = get_opfamily_member(opfamily, opcintype, opcintype, lookupstrat);
15011501
if (!OidIsValid(geop))
15021502
return;

0 commit comments

Comments
 (0)