Try to stabilize results of new tuplesort regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Dec 2019 20:01:56 +0000 (15:01 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Dec 2019 20:01:56 +0000 (15:01 -0500)
commitbaa32ce28b39eccdf384e979dac5ad8be91ff44e
tree5ab1838dd8a4a0e271aa63483f1303e4651beb2c
parent6ea364e7e7d5f298fc965006caa6c228c743fe77
Try to stabilize results of new tuplesort regression test.

It appears that a concurrent autovacuum/autoanalyze run can cause
changes in the plans expected by this test.  To prevent that, change
the tables it uses to be temp tables --- there's no need for them
to be permanent, and this should save a few cycles too.

Discussion: https://postgr.es/m/3244.1576160824@sss.pgh.pa.us
src/test/regress/expected/tuplesort.out
src/test/regress/sql/tuplesort.sql