pgsql: Finish reverting "Insert temporary debugging output in regressio

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Finish reverting "Insert temporary debugging output in regressio
Date: 2019-09-27 15:28:33
Message-ID: E1iDsAb-0004mS-VM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d9cacca2d139d9e0792544f773d2361d8478c131

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 14 --------------
src/test/regress/sql/select_parallel.sql | 5 -----
2 files changed, 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-27 15:28:34 pgsql: ANALYZE a_star and its children to avoid plan instability in tes
Previous Message Tom Lane 2019-09-27 15:02:06 pgsql: Doc: clean up markup for jsonb_set and related functions.