Re: Improve verification of recovery_target_timeline GUC. - Mailing list pgsql-hackers

From David Steele
Subject Re: Improve verification of recovery_target_timeline GUC.
Date
Msg-id cf04b7c6-7774-4ffb-86f5-ca85462d5fd6@pgbackrest.org
Whole thread Raw
In response to Re: Improve verification of recovery_target_timeline GUC.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 7/2/25 22:24, Michael Paquier wrote:
> On Fri, Apr 25, 2025 at 01:50:16PM +0000, David Steele wrote:
>> That was my expectation. I just had some time to get this patch updated so
>> took the opportunity.
> 
> And well, now is the time to get this patch done.  So, applied after
> an extra lookup, with a switch from UINT_MAX to PG_UINT32_MAX in the
> code.

Excellent, thank you! I'm also planning a similar improvement for 
check_recovery_target_xid as we discussed up thread.

Regards,
-David



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Explicitly enable meson features in CI
Next
From: "Matheus Alcantara"
Date:
Subject: Re: POC: Parallel processing of indexes in autovacuum