]> 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 4c9389c781a57379f51dcb7a1a83023cb5ca82b2..567f7fb3150c0d4fa2819c5594380b26d23ffaec 100644 (file)
@@ -1496,7 +1496,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;