pgsql: Make pg_upgrade's test.sh less chatty. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make pg_upgrade's test.sh less chatty.
Date
Msg-id E1hpfdp-00080x-7G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8d21512dc34f04c43a1a3d453967b88b2edcd8cc

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Install dependencies to prevent dropping partition key columns.
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove more progname references in vacuumdb.c