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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make pg_upgrade's test.sh less chatty.
Дата
Msg-id E1hpfdp-000814-82@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/19f9a5aed9a734ca0904df039c777bba569e0d2c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Install dependencies to prevent dropping partition key columns.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove more progname references in vacuumdb.c