Finish reverting "Insert temporary debugging output in regression tests."
authorTom Lane <[email protected]>
Fri, 27 Sep 2019 15:20:09 +0000 (11:20 -0400)
committerTom Lane <[email protected]>
Fri, 27 Sep 2019 15:20:09 +0000 (11:20 -0400)
commitd9cacca2d139d9e0792544f773d2361d8478c131
tree164d2548c76f1138962d5edaed9cb743953e2558
parent4fa1d89cba0f1feb5120e99eb01c152ba276c4e9
Finish reverting "Insert temporary debugging output in regression tests."

This removes the last of the temporary debugging queries added to the
regression tests by commit f03a9ca43.  We've pretty much convinced
ourselves that the plan instability we were seeing is due to VACUUM
sometimes failing to update relpages/reltuples for a single-page table,
due to bgwriter or checkpointer holding a pin on that page at just the
wrong time.  I'll push a workaround for that separately.

Discussion: https://postgr.es/m/CA+hUKG+0CxrKRWRMf5ymN3gm+BECHna2B-q1w8onKBep4HasUw@mail.gmail.com
src/test/regress/expected/select_parallel.out
src/test/regress/sql/select_parallel.sql