diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-12-25 14:42:51.946380000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out 2025-12-25 14:47:33.761671000 +0000 @@ -832,10 +832,9 @@ explain_filter ---------------------------------------------------------------- Seq Scan on batch_test (actual time=N.N..N.N rows=N.N loops=N) - Batches: N Avg Rows: N.N Max: N Min: N Planning Time: N.N ms Execution Time: N.N ms -(4 rows) +(3 rows) -- With filter select explain_filter('explain (analyze, batches, buffers off, costs off) select * from batch_test where a > 5000'); @@ -855,10 +854,9 @@ ---------------------------------------------------------------------- Limit (actual time=N.N..N.N rows=N.N loops=N) -> Seq Scan on batch_test (actual time=N.N..N.N rows=N.N loops=N) - Batches: N Avg Rows: N.N Max: N Min: N Planning Time: N.N ms Execution Time: N.N ms -(5 rows) +(4 rows) -- Batching disabled - no batch line set executor_batch_rows = 0;