pgsql: pg_dump tests: don't put dumps in stdout

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump tests: don't put dumps in stdout
Date: 2025-11-25 18:12:48
Message-ID: E1vNxWx-001NWN-2x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump tests: don't put dumps in stdout

This bloats the regression log files for no reason.

Backpatch to 18; no further only because it fails to apply cleanly.
(It's just whitespace change that conflicts, but I don't think this
warrants more effort than this.)

Discussion: https://postgr.es/m/202511251218.zfs4nu2qnh2m@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33bb3dc2d855c0d4472372f0eb7877725af67a39

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-11-25 19:40:10 pgsql: Remove a useless length check.
Previous Message Nathan Bossart 2025-11-25 17:45:34 Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent