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

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

  1. Doc: Fix incorrect reference to conflicting column in pg_replication_slots.