]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
authorNathan Bossart <nathan@postgresql.org>
Sat, 13 Sep 2025 19:50:02 +0000 (14:50 -0500)
committerNathan Bossart <nathan@postgresql.org>
Sat, 13 Sep 2025 19:50:02 +0000 (14:50 -0500)
Backpatch-through: 18

src/backend/access/nbtree/nbtpreprocesskeys.c

index 07a3ff11a0b8751b325d4f2c90582d3aa9eeba64..71ddd68fd548c72014fd50ba26c7c80fc9299f96 100644 (file)
@@ -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;