diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/contrib/pg_overexplain/results/pg_overexplain.out --- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out 2025-03-16 07:26:18.479868170 +0000 +++ /tmp/cirrus-ci-build/contrib/pg_overexplain/results/pg_overexplain.out 2025-03-16 07:30:17.691339392 +0000 @@ -390,10 +390,12 @@ Parallel Safe: true Plan Node ID: 1 -> Index Scan using brassica_id_idx on brassica v1_1 (actual rows=7.00 loops=1) + Index Searches: 1 Disabled Nodes: 0 Parallel Safe: true Plan Node ID: 2 -> Index Scan using daucus_id_idx on daucus v1_2 (actual rows=1.00 loops=1) + Index Searches: 1 Disabled Nodes: 0 Parallel Safe: true Plan Node ID: 3 @@ -405,6 +407,7 @@ allParam: 0 -> Index Scan using brassica_id_idx on brassica v2_1 (actual rows=0.88 loops=8) Index Cond: (id = v1.id) + Index Searches: 8 Disabled Nodes: 0 Parallel Safe: true Plan Node ID: 5 @@ -412,6 +415,7 @@ allParam: 0 -> Index Scan using daucus_id_idx on daucus v2_2 (actual rows=0.12 loops=8) Index Cond: (id = v1.id) + Index Searches: 8 Disabled Nodes: 0 Parallel Safe: true Plan Node ID: 6 @@ -424,7 +428,7 @@ Relation OIDs: NNN... Executor Parameter Types: 23 Parse Location: 75 for 62 bytes -(43 rows) +(47 rows) RESET enable_hashjoin; RESET enable_material;