]> 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)
commit8d21512dc34f04c43a1a3d453967b88b2edcd8cc
tree904a4914815f885ea774ed74b87c34b27eba18dc
parent6cdefc82ba9db66e9a9e185bd4b1dc52a0ffc708
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