pgsql: Revert "Temporarily install debugging in partition_prune test"

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Temporarily install debugging in partition_prune test"
Date: 2024-05-14 00:43:40
Message-ID: E1s6gGa-0005OC-KL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Temporarily install debugging in partition_prune test"

1db689715 added debugging output to the partition_prune regression test
to help us figure out why buildfarm member Parula was occasionally
failing.

We've not seen any failures in around 4 weeks and the best guess as to
what the problem was is a compiler bug. Since there are no recent
failures, there's now no need to keep this debugging code, so revert it.

Discussion: https://postgr.es/m/CAApHDvqyLF881EvDtXT=ossa0i4ioJBtW2c0Wbouzt5d3HDb5Q@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/partition_prune.out | 62 ---------------------------
src/test/regress/sql/partition_prune.sql | 14 ------
2 files changed, 76 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-05-14 00:55:36 pgsql: doc PG 17 relnotes: add item about libpq large data transfers
Previous Message Bruce Momjian 2024-05-14 00:02:14 pgsql: doc PG 17 relnotes: add psql connection control-C item