Fix unstable partition_prune regression tests
authorDavid Rowley <drowley@postgresql.org>
Mon, 2 Nov 2020 06:59:02 +0000 (19:59 +1300)
committerDavid Rowley <drowley@postgresql.org>
Mon, 2 Nov 2020 06:59:02 +0000 (19:59 +1300)
commit90d8f1b1826ce076a502a43fe7c88423b46c6349
tree709259854574e0512d69bf697c3fd69a34adc9d7
parent8a15e735be00f156a7227741c0ce88702e6de099
Fix unstable partition_prune regression tests

This was broken recently by a929e17e5.  I'd failed to remember that
parallel tests should have their EXPLAIN output run through the
explain_parallel_append function so that the output is stable when
parallel workers fail to start.

fairywren was first to notice.

Reported-by: Michael Paquier
Discussion: http://postgr.es/m/20201102062951.GB15770@paquier.xyz
src/test/regress/expected/partition_prune.out
src/test/regress/sql/partition_prune.sql