Re: Can there ever be out of sequence WAL files? - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Can there ever be out of sequence WAL files?
Date
Msg-id 20220112042300.7tofci5bdusju4dv@jrouhaud
Whole thread Raw
In response to Re: Can there ever be out of sequence WAL files?  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Can there ever be out of sequence WAL files?
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [EXTERNAL] Re: PQcancel does not use tcp_user_timeout, connect_timeout and keepalive settings
Next
From: Jaime Casanova
Date:
Subject: Re: pg_upgrade parallelism