pg_dump tests: don't put dumps in stdout

Álvaro Herrera <alvherre@kurilemu.de>

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