Re: Can there ever be out of sequence WAL files?

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: Can there ever be out of sequence WAL files?
Дата
Msg-id 20220112042300.7tofci5bdusju4dv@jrouhaud
обсуждение исходный текст
Ответ на Re: Can there ever be out of sequence WAL files?  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Can there ever be out of sequence WAL files?  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Wed, Jan 12, 2022 at 01:10:25PM +0900, Michael Paquier wrote:
> 
> xlog.c can be a good read to check the assumptions WAL replay relies
> on, with things like CheckRecoveryConsistency() or
> reachedConsistency.

That should only stand for a WAL expected to be missing right?  For something
unexpected it should fail in XLogReadRecord() when trying to fetch a missing
block?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [EXTERNAL] Re: PQcancel does not use tcp_user_timeout, connect_timeout and keepalive settings
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: pg_upgrade parallelism