Improve documentation of upgrade for streaming replication section.
Shubham Khanna <khannashubham1197@gmail.com>
From: Shubham Khanna <khannashubham1197@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-09T16:02:05Z
Lists: pgsql-hackers
Attachments
- v1-0001-Improve-documentation-of-upgrade-for-streaming-re (2).patch (application/octet-stream) patch v1-0001
Hi, 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. Thanks and Regards, Shubham Khanna.
Commits
-
Doc: Improve upgrade for streaming replication section.
- 703c7a3c5454 17.0 landed