Re: Improve checks for GUC recovery_target_xid
David Steele <david@pgbackrest.org>
From: David Steele <david@pgbackrest.org>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Hüseyin Demir <huseyin.d3r@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2026-03-05T13:32:50Z
Lists: pgsql-hackers
Attachments
- recovery-target-timeline-v1.patch (text/plain) patch v1
On 3/5/26 19:42, Fujii Masao wrote: > On Thu, Mar 5, 2026 at 5:15 PM David Steele <david@pgbackrest.org> wrote: >> >> On 3/5/26 12:03, Fujii Masao wrote: >>> On Thu, Mar 5, 2026 at 1:21 PM David Steele <david@pgbackrest.org> wrote: >>>> The prior standby is not running because of the invalid config. I >>>> figured it was better to start clean but when I update the >>>> recovery_target_timeline tests I was planning to use the same standby >>>> for all the new tests. >>> >>> Alternatively, we can use $node_primary, since ALTER SYSTEM SET with >>> invalid recovery_target_timeline or recovery_target_xid does not >>> affect the primary. >> >> Well, as it turns out I was using the primary after all because I copied >> your example and forgot to update the host. Seems weird to set these >> GUCs on the primary but as long as we get the expected errors I don't >> suppose it matters. > > Thanks for updating the patch! I've pushed the patch. Excellent, thank you! Attached are the test changes for recovery_target_timeline. I can start a new thread and add it to the next CF if you like, but since it is just test changes maybe we can fast track it. Regards, -David
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Improve tests for recovery_target_timeline GUC.
- 2007df43332b 19 (unreleased) landed
-
Improve validation of recovery_target_xid GUC values.
- bffd7130e942 19 (unreleased) landed