]> granicus.if.org Git - postgresql/commit
Make pg_upgrade's test.sh less chatty.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Jul 2019 21:14:22 +0000 (17:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Jul 2019 21:14:22 +0000 (17:14 -0400)
commit75348a733225df4297c924727d25770ed2a1115e
tree40c3ffea01642f9f2a4c4c0893eed34b6c62322b
parente480d8350be180410b0a2291b7a9bc08448c7f3e
Make pg_upgrade's test.sh less chatty.

Remove "set -x", and pass "-A trust" to initdb explicitly,
to suppress almost all of the noise this script used to emit
on stderr.

Back-patch of commit eb9812f27 into all active branches.

Discussion: https://postgr.es/m/21766.1558397960@sss.pgh.pa.us
Discussion: https://postgr.es/m/20190722193459.GA14241@alvherre.pgsql
src/bin/pg_upgrade/test.sh