Update the doc that refers to the removed column of pg_replication_slots.
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>
From: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-01-29T05:08:15Z
Lists: pgsql-hackers
Attachments
- 0001-Update-the-doc-for-upgrading-slots.patch (application/octet-stream) patch 0001
Hi, I noticed one minor thing that the upgrade doc refers to the old 'conflicting' column of pg_replication_slot. As the column has been changed to 'conflict_reason', I think the doc needs to be updated like the attachment. Best Regards, Hou Zhijie
Commits
-
Doc: Fix incorrect reference to conflicting column in pg_replication_slots.
- cf765ff824b8 17.0 landed