Make pg_upgrade's test.sh less chatty.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a4061eeaf34a06fa1c05e28bfc9e984a14bb1073
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-12-12T21:14:25Z
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

Files

PathChange+/−
contrib/pg_upgrade/test.sh modified +2 −8

Discussion