pgsql: Make pg_upgrade's test.sh less chatty.

2021-12-12 Thread Tom Lane
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. This back-patches commit eb9812f27 into out-of-support branches, pursuant to newly-established project policy. The point is to

pgsql: Make pg_upgrade's test.sh less chatty.

2021-12-12 Thread Tom Lane
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. This back-patches commit eb9812f27 into out-of-support branches, pursuant to newly-established project policy. The point is to

pgsql: Make pg_upgrade's test.sh less chatty.

2019-07-22 Thread Tom Lane
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.1558397...@sss.pgh.pa.us Discus

pgsql: Make pg_upgrade's test.sh less chatty.

2019-07-22 Thread Tom Lane
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.1558397...@sss.pgh.pa.us Discus

pgsql: Make pg_upgrade's test.sh less chatty.

2019-07-22 Thread Tom Lane
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.1558397...@sss.pgh.pa.us Discus

pgsql: Make pg_upgrade's test.sh less chatty.

2019-07-22 Thread Tom Lane
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.1558397...@sss.pgh.pa.us Discus

pgsql: Make pg_upgrade's test.sh less chatty.

2019-07-22 Thread Tom Lane
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.1558397...@sss.pgh.pa.us Discus

pgsql: Make pg_upgrade's test.sh less chatty.

2019-05-21 Thread Tom Lane
Make pg_upgrade's test.sh less chatty. The use of "set -x" to echo a subset of the test's commands might've been a good idea during development of this test, but it's been stable for long enough now that the extra output isn't very useful. Also our project expectations have been trending towards