Hi,
On 2020-12-07 10:49:11 -0800, Andres Freund wrote:
> On 2020-10-20 04:56:00 +, Amit Kapila wrote:
> > Change the attribute name in pg_stat_replication_slots view.
> >
> > Change the attribute 'name' to 'slot_name' in pg_stat_replication_slots
> > view to make it clear and that way we will
Hi,
On 2020-10-20 04:56:00 +, Amit Kapila wrote:
> Change the attribute name in pg_stat_replication_slots view.
>
> Change the attribute 'name' to 'slot_name' in pg_stat_replication_slots
> view to make it clear and that way we will be consistent with the other
> places like pg_stat_wal_recei
Change the attribute name in pg_stat_replication_slots view.
Change the attribute 'name' to 'slot_name' in pg_stat_replication_slots
view to make it clear and that way we will be consistent with the other
places like pg_stat_wal_receiver view where we display the same attribute.
In the passing, f