pgsql: pg_upgrade: suppress creation of delete script

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: suppress creation of delete script
Дата
Msg-id E1aWY3l-0001pf-0Z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  suppress creation of delete script

Suppress creation of the pg_upgrade delete script when the new data
directory is inside the old data directory.

Reported-by: IRC

Backpatch-through: 9.3, where delete script tests were added

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bec4d0ffb2fb50d2d36dca99599514eef315c865

Modified Files
--------------
contrib/pg_upgrade/check.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: suppress creation of delete script
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add an explicit representation of the output targetlist to Paths