Further improve stability of partition_prune regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Nov 2019 15:33:00 +0000 (10:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Nov 2019 15:33:00 +0000 (10:33 -0500)
commit13e8b2ee896d76dfcd02dddee40919fd6f2cd937
tree307a3634b21b120e81722abc00835a59016bef19
parent2cd75e4e795bea110c1d32e8cbfdf1e33a109e80
Further improve stability of partition_prune regression test.

Commits 4ea03f3f4 et al arranged to filter out row counts in parallel
plans, because those are dependent on the number of workers actually
obtained.  Somehow I missed that the 'Rows Removed by Filter' counts
can also vary, so fix that too.  Per buildfarm.

This seems worth a last-minute patch because unreliable regression
tests are a serious pain in the rear for packagers.

Like the previous patch, back-patch to v11 where this test was
introduced.
src/test/regress/expected/partition_prune.out
src/test/regress/sql/partition_prune.sql