Re: Improve documentation of upgrade for streaming replication section.
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Shubham Khanna <khannashubham1197@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-13T08:53:12Z
Lists: pgsql-hackers
On Mon, Feb 12, 2024 at 7:59 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Fri, Feb 9, 2024 at 9:32 PM Shubham Khanna > <khannashubham1197@gmail.com> wrote: > > > > Currently the documentation of upgrade for streaming replication > > section says that logical replication slots will be copied > > irrespective of the version, but the logical replication slots are > > copied only if the old primary is version 17.0 or later. The changes > > for the same are in the attached patch. > > > > LGTM. I'll push this tomorrow unless I see any comments or objections > for the same. > Pushed! -- With Regards, Amit Kapila.
Commits
-
Doc: Improve upgrade for streaming replication section.
- 703c7a3c5454 17.0 landed