diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out --- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out 2024-12-24 13:09:40.429167000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out 2024-12-24 13:12:22.617855000 +0000 @@ -109,15 +109,13 @@ (6 rows) EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i; - QUERY PLAN -------------------------------------------- + QUERY PLAN +-------------------------------- Sort Sort Key: i - -> Bitmap Heap Scan on test_bool - Recheck Cond: (i > true) - -> Bitmap Index Scan on idx_bool - Index Cond: (i > true) -(6 rows) + -> Result + One-Time Filter: false +(4 rows) -- probably sufficient to check just this one: EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i=false ORDER BY i;