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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Change the attribute name in pg_stat_replication_slots view.
Дата
Msg-id 20201207184911.ljlmgmkeik5fykzc@alap3.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Change the attribute name in pg_stat_replication_slots view.  (Amit Kapila <akapila@postgresql.org>)
Ответы Re: pgsql: Change the attribute name in pg_stat_replication_slots view.
Список pgsql-committers
Hi,

On 2020-10-20 04:56:00 +0000, 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_receiver view where we display the same attribute.
> 
> In the passing, fix the typo in one of the macros in the related code.
> 
> Bump the catversion as we have modified the name in the catalog as well.

This is missing a catversion bump...

Greetings,

Andres Freund



В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add a couple of regression test cases related to array subscript
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Change the attribute name in pg_stat_replication_slots view.