Re: Improve handling of parameter differences in physical replication

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: Improve handling of parameter differences in physical replication
Дата
Msg-id 2985371605808012@mail.yandex.ru
обсуждение исходный текст
Ответ на Re: Improve handling of parameter differences in physical replication  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Improve handling of parameter differences in physical replication
Список pgsql-hackers
Hello

Thank you! I'm on vacation, so I was finally able to review the patch.

Seems WAIT_EVENT_RECOVERY_PAUSE addition was lost during patch simplification.

>         ereport(FATAL,
>                (errmsg("recovery aborted because of insufficient parameter settings"),
>                 errhint("You can restart the server after making the necessary configuration changes.")));

I think we should repeat here conflicted param_name and minValue. pg_wal_replay_resume can be called days after
recoverybeing paused. The initial message can be difficult to find.
 

> errmsg("recovery will be paused")

May be use the same "recovery has paused" as in recoveryPausesHere? It doesn't seem to make any difference since we set
pauseright after that, but there will be a little less work translators.
 

Not sure about "If recovery is unpaused". The word "resumed" seems to have been usually used in docs.

regards, Sergei



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: error_severity of brin work item
Следующее
От: Andrew Dunstan
Дата:
Сообщение: parsing pg_ident.conf