Re: pgsql: Change the attribute name in pg_stat_replication_slots view.

2020-12-07 Thread Andres Freund
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

Re: pgsql: Change the attribute name in pg_stat_replication_slots view.

2020-12-07 Thread Andres Freund
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

pgsql: Change the attribute name in pg_stat_replication_slots view.

2020-10-19 Thread Amit Kapila
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