Re: pgsql: pg_createsubscriber: Fix error complaining about the wrong thing

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: pg_createsubscriber: Fix error complaining about the wrong thing
Дата
Msg-id e6129aad-0085-4bc3-8b5f-63fbee7b488a@eisentraut.org
обсуждение исходный текст
Ответ на pgsql: pg_createsubscriber: Fix error complaining about the wrong thing  (Álvaro Herrera <alvherre@kurilemu.de>)
Ответы Re: pgsql: pg_createsubscriber: Fix error complaining about the wrong thing
Список pgsql-committers
On 31.10.25 18:08, Álvaro Herrera wrote:
> pg_createsubscriber: Fix error complaining about the wrong thing
> 
> The code updates the system identifier, then runs pg_walreset; if the
> latter fails, it complains about the former, which makes no sense.
> Change the error message to complain about the right thing.

- pg_log_info("subscriber successfully changed the system identifier");
+ pg_log_info("subscriber successfully reset WAL on the subscriber");

Maybe that message has one "subscriber" too many?




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