Re: Improve checks for GUC recovery_target_xid

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: David Steele <david(at)pgbackrest(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Hüseyin Demir <huseyin(dot)d3r(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improve checks for GUC recovery_target_xid
Date: 2026-03-05 15:04:00
Message-ID: CAHGQGwEhf9byyjhcDEMAd0kPkTdJsO0-HNTnX6Hqs6puBij3-g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 5, 2026 at 10:32 PM David Steele <david(at)pgbackrest(dot)org> wrote:
>
> On 3/5/26 19:42, Fujii Masao wrote:
> > On Thu, Mar 5, 2026 at 5:15 PM David Steele <david(at)pgbackrest(dot)org> wrote:
> >>
> >> On 3/5/26 12:03, Fujii Masao wrote:
> >>> On Thu, Mar 5, 2026 at 1:21 PM David Steele <david(at)pgbackrest(dot)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.

Yes, let's discuss and review the patch in this thread.

Thanks for the patch! It looks good to me. Barring any objections, I
will commit it.

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2026-03-05 15:08:27 Re: pgstat include expansion
Previous Message Evgeny Kuzin 2026-03-05 14:59:21 Re: [PATCH] libpq: try all addresses for a host before moving to next on target_session_attrs mismatch