pgsql: Partially revert "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: Partially revert "Insert temporary debugging output in regressio
Date: 2019-08-11 22:55:38
Message-ID: E1hwwkU-0004Z2-Oy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Partially revert "Insert temporary debugging output in regression tests."

This reverts much of commit f03a9ca4366d064d89b7cf7ed75d4e43f2ed0667,
but leaves the relpages/reltuples probe in select_parallel.sql.
The pg_stat_all_tables probes are unstable enough to be annoying,
and it no longer seems likely that they will teach us anything more
about the underlying problem. I'd still like some more confirmation
though that the observed plan instability is caused by VACUUM leaving
relpages/reltuples as zero for one of these tables.

Discussion: https://postgr.es/m/CA+hUKG+0CxrKRWRMf5ymN3gm+BECHna2B-q1w8onKBep4HasUw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 13 -------------
src/test/regress/expected/stats.out | 27 ---------------------------
src/test/regress/sql/select_parallel.sql | 3 ---
src/test/regress/sql/stats.sql | 8 --------
4 files changed, 51 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-08-12 00:24:18 Re: pgsql: Adjust string comparison in jsonpath
Previous Message Alexander Korotkov 2019-08-11 22:30:07 Re: pgsql: Adjust string comparison in jsonpath