Re: Statement timeout in pg_rewind

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Statement timeout in pg_rewind
Дата
Msg-id 20190828025133.GC1965@paquier.xyz
обсуждение исходный текст
Ответ на Re: Statement timeout in pg_rewind  (Alexander Kukushkin <cyberdemn@gmail.com>)
Ответы Re: Statement timeout in pg_rewind  (Alexander Kukushkin <cyberdemn@gmail.com>)
Список pgsql-hackers
On Tue, Aug 27, 2019 at 10:45:27AM +0200, Alexander Kukushkin wrote:
> Done, please see the next version attached.

I have made the new error message consistent with run_simple_query to
avoid more work to translators and because it is possible to know
immediately the code path involved thanks to the SQL query, then
applied the fix down to 9.5 where pg_rewind has been added.  Please
note that your patch had a warning as "result" is not needed in
run_simple_command().

idle_in_transaction_session_timeout only applies to 9.6 and newer
versions.  lock_timeout (imagine a concurrent lock on pg_class for
example) and statement_timeout can cause issues, but the full set gets
disabled as your patch did and as mentioned upthread.
--
Michael

Вложения

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

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: [PATCH] Make configuration file "include" directive handling morerobust
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Cleanup isolation specs from unused steps