Preserve subscription OIDs during pg_upgrade

Поиск
Список
Период
Сортировка
От vignesh C
Тема Preserve subscription OIDs during pg_upgrade
Дата
Msg-id CALDaNm2Wj63VcbB0SY2NECHr1mKM1YSaV1ZydrdQVxyox2O2hg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Preserve subscription OIDs during pg_upgrade  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Preserve subscription OIDs during pg_upgrade  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
Hi,

Recently we have supported upgrade of subscriptions,but currently
subscription OIDs can be changed when a cluster is upgraded using
pg_upgrade. It will be better to preserve them as it will be easier to
compare subscription related objects in pg_subscription and
pg_subscription_rel in the old and new clusters.

Attached patch has the changes for the same.

Regards,
Vignesh

Вложения

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

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Optimize planner memory consumption for huge arrays