pgsql: pg_upgrade: conditionally create cluster delete script

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: conditionally create cluster delete script
Дата
Msg-id E1U617T-0007Ks-TL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  conditionally create cluster delete script

If users create tablespaces inside the old cluster directory, it is
impossible for the delete script to delete _only_ the old cluster files,
so don't create a script in that case, and issue a message to the user.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4765dd79219b9697d84f5c2c70f3fe00455609a1

Modified Files
--------------
contrib/pg_upgrade/check.c |   43 +++++++++++++++++++++++++++++++++++++------
1 files changed, 37 insertions(+), 6 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix pg_upgrade log file cleanup code
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Invent pre-commit/pre-prepare/pre-subcommit events for xact call