pgsql: Remove analyze_new_cluster script from pg_upgrade

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Remove analyze_new_cluster script from pg_upgrade
Дата
Msg-id E1kc5BO-0001uq-L3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove analyze_new_cluster script from pg_upgrade

Since this script just runs vacuumdb anyway, remove the script and
replace the instructions to run it with instructions to run vacuumdb
directly.

Reviewed-By: Michael Paquier
Discussion: https://postgr.es/m/CABUevEwg5LDFzthhxzSj7sZGMiVsZe0VVNbzzwTQOHJ=rN7+5A@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/pg_upgrade/.gitignore   |   2 -
src/bin/pg_upgrade/Makefile     |   2 +-
src/bin/pg_upgrade/check.c      | 101 ++++++----------------------------------
src/bin/pg_upgrade/pg_upgrade.c |   6 +--
src/bin/pg_upgrade/pg_upgrade.h |   4 +-
src/bin/pg_upgrade/test.sh      |   8 +---
src/tools/msvc/vcregress.pl     |   3 +-
7 files changed, 20 insertions(+), 106 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Remove incorrect %s in string
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Translation updates