pgsql: Improve pg_upgrade's checks for required executables.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve pg_upgrade's checks for required executables.
Дата
Msg-id E1PY10Q-0005I4-3i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve pg_upgrade's checks for required executables.

Don't insist on pg_dumpall and psql being present in the old cluster,
since they are not needed.  Do insist on pg_resetxlog being present
(in both old and new), since we need it.  Also check for pg_config,
but only in the new cluster.  Remove the useless attempt to call
pg_config in the old cluster; we don't need to know the old value of
--pkglibdir.  (In the case of a stripped-down migration installation
there might be nothing there to look at anyway, so any future change
that might reintroduce that need would have to be considered carefully.)

Per my attempts to build a minimal previous-version installation to support
pg_upgrade.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=88c803457a53d2f83168519f0651e6dc258003b5

Modified Files
--------------
contrib/pg_upgrade/exec.c   |   18 ++++++++++++------
contrib/pg_upgrade/option.c |    6 +++++-
2 files changed, 17 insertions(+), 7 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Add REPLICATION privilege for ROLEs
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Doc wording improvement: taken -> accepted