pgsql: Further improve stability of partition_prune regression test.

2019-11-11 Thread Tom Lane
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 t

pgsql: Further improve stability of partition_prune regression test.

2019-11-11 Thread Tom Lane
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 t

pgsql: Further improve stability of partition_prune regression test.

2019-11-11 Thread Tom Lane
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 t