Re: Add hint about replication slots when nearing wraparound

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add hint about replication slots when nearing wraparound
Дата
Msg-id 20171227113930.GA665@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add hint about replication slots when nearing wraparound  (Feike Steenbergen <feikesteenbergen@gmail.com>)
Ответы Re: Add hint about replication slots when nearing wraparound  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Dec 27, 2017 at 08:47:20AM +0100, Feike Steenbergen wrote:
> Changed the block from a note to a caution,

Thanks for the new version.

- "You might also need to commit or roll back old prepared transactions.")));
+ "You might also need to commit or roll back old prepared transactions, or drop stale replication slots.")));
Would "or TO drop stale replication slots" be more correct English?

        ereport(WARNING,
         (errmsg("oldest xmin is far in the past"),
-         errhint("Close open transactions soon to avoid wraparound problems.")));
+         errhint("Close open transactions soon to avoid wraparound problems. You might also need to commit or roll
backold prepared transactions, or drop stale replication slots.")));
 

I am not convinced that you need this bit. autovacuum_freeze_max_age can
be set to lower to even lower values than the default.

Still, those are minor comments, so I am marking this patch as ready for
committer to get more input from higher-ups.
--
Michael

Вложения

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

Предыдущее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Postgres with pthread
Следующее
От: Etsuro Fujita
Дата:
Сообщение: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly