Thread
Commits
-
Doc: Fix incorrect reference to conflicting column in pg_replication_slots.
- cf765ff824b8 17.0 landed
-
Update the doc that refers to the removed column of pg_replication_slots.
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> — 2024-01-29T05:08:15Z
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
-
Re: Update the doc that refers to the removed column of pg_replication_slots.
Amit Kapila <amit.kapila16@gmail.com> — 2024-01-29T05:25:57Z
On Mon, Jan 29, 2024 at 10:38 AM Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> wrote: > > 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. > Right, this should be fixed. I'll take care of this. -- With Regards, Amit Kapila.