pg_dump tests: don't put dumps in stdout

Álvaro Herrera <alvherre@kurilemu.de>

Commit: 33bb3dc2d855c0d4472372f0eb7877725af67a39
Author: Álvaro Herrera <alvherre@kurilemu.de>
Date: 2025-11-25T18:08:36Z
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

Files

PathChange+/−
src/bin/pg_dump/t/002_pg_dump.pl modified +8 −2

Discussion