Preserve subscription OIDs during pg_upgrade - Mailing list pgsql-hackers

From vignesh C
Subject Preserve subscription OIDs during pg_upgrade
Date
Msg-id CALDaNm2Wj63VcbB0SY2NECHr1mKM1YSaV1ZydrdQVxyox2O2hg@mail.gmail.com
Whole thread Raw
Responses Re: Preserve subscription OIDs during pg_upgrade
Re: Preserve subscription OIDs during pg_upgrade
List 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

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm
Next
From: Tom Lane
Date:
Subject: Re: Optimize planner memory consumption for huge arrays