]> 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)
commit19f9a5aed9a734ca0904df039c777bba569e0d2c
tree12810e8446fba6afdf75750ef1ff2f99916cddf6
parent847561c1d5e2197042565c9d7966e7b50bb67593
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
contrib/pg_upgrade/test.sh