]> 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)
commit69c3d519112f8c62a94b680351e40496a653fac8
tree1893e576946f8a118adf06ad3ded037df9ff31c4
parentcaa22d72a5f0745034e980784d92bc541927e631
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