pgsql: Revert "Insert temporary debugging output in regression tests."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Insert temporary debugging output in regression tests."
Date: 2019-07-01 23:48:40
Message-ID: E1hi62K-0006DB-KZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Insert temporary debugging output in regression tests."

This reverts commit f03a9ca4366d064d89b7cf7ed75d4e43f2ed0667,
in the v12 branch only. We don't want to ship v12 with that,
since it causes occasional test failures (as a result of statistics
transmission not being entirely reliable).

I'll leave it in HEAD though, in hopes that we'll eventually
capture an instance of the original problematic behavior.

Branch
------
REL_12_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-07-02 02:44:20 pgsql: Refactor code of reindexdb for query generation
Previous Message Peter Eisentraut 2019-07-01 23:02:20 pgsql: Remove support for non-ELF BSD systems