Re: check_recovery_target_lsn() does a PG_CATCH without a throw

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: check_recovery_target_lsn() does a PG_CATCH without a throw
Дата
Msg-id 20190630123552.GB2286@paquier.xyz
обсуждение исходный текст
Ответ на Re: check_recovery_target_lsn() does a PG_CATCH without a throw  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: check_recovery_target_lsn() does a PG_CATCH without a throw
Список pgsql-hackers
On Sun, Jun 30, 2019 at 11:06:58AM +0200, Peter Eisentraut wrote:
> I ended up rewriting this by extracting the parsing code into
> pg_lsn_in_internal() and having both pg_lsn_in() and
> check_recovery_target_lsn() calling it.  This mirrors similar
> arrangements in float.c

The refactoring looks good to me (including what you have just fixed
with PG_RETURN_LSN).  Thanks for considering it.
--
Michael

Вложения

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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Add parallelism and glibc dependent only options to reindexdb
Следующее
От: Alexander Lakhin
Дата:
Сообщение: Fix typos and inconsistencies for HEAD