Re: pg_upgrade and logical replication
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Smith <smithpb2250@gmail.com>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>,
Julien Rouhaud <rjuju123@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Amit Kapila <amit.kapila16@gmail.com>
Date: 2023-11-19T01:22:09Z
Lists: pgsql-hackers
Attachments
- upgrade_retain_subscription_oid.patch (text/x-patch) patch
On Fri, 10 Nov 2023 at 19:26, vignesh C <vignesh21@gmail.com> wrote: > > On Thu, 9 Nov 2023 at 12:23, Michael Paquier <michael@paquier.xyz> wrote: > > > > > Note: actually, this would be OK if we are able to keep the OIDs of > > the subscribers consistent across upgrades? I'm OK to not do nothing > > about that in this patch, to keep it simpler. Just asking in passing. > > I will analyze more on this and post the analysis in the subsequent mail. I analyzed further and felt that retaining subscription oid would be cleaner as subscription/subscription_rel/replication_origin/replication_origin_status all of these will be using the same oid as earlier and also probably help in supporting upgrade of subscription in more scenarios later. Here is a patch to handle the same. Regards, Vignesh
Commits
-
pg_upgrade: Retrieve subscription count more efficiently.
- 73de50e13e39 17.0 landed
- 364509a2e7f9 18.0 landed
-
Fix random failure in 004_subscription.
- 677a45c4ae16 17.0 landed
-
Fix 004_subscription.pl to allow its usage in --link mode.
- f17529b71097 17.0 landed
-
Allow upgrades to preserve the full subscription's state.
- 9a17be1e244a 17.0 landed
-
Prevent startup of logical replication launcher during pg_upgrade
- 7021d3b17664 17.0 landed