]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make pg_upgrade's test.sh less chatty.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Dec 2021 21:14:22 +0000 (16:14 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Dec 2021 21:14:22 +0000 (16:14 -0500)
commit119b9d060e8fde2ede980e1e6d643b893f550399
treeed6eba851c787b67f859d1566ed2b70dfd428b79
parent404d987646e395b893fbaae17525e1ce45c75c80
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
suppress useless noise on stderr when running check-world.

Discussion: https://postgr.es/m/d0316012-ece7-7b7e-2d36-9c38cb77cb3b@enterprisedb.com
contrib/pg_upgrade/test.sh