diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/results/bool.out --- C:/cirrus/contrib/btree_gin/expected/bool.out 2024-12-12 01:35:15.314338800 +0000 +++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out 2024-12-12 01:41:16.322144100 +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;