Re: BUG #17928: Standby fails to decode WAL on termination of primary

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Sergei Kornilov <sk(at)zsrv(dot)org>
Cc: Noah Misch <noah(at)leadboat(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, exclusion(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: BUG #17928: Standby fails to decode WAL on termination of primary
Date: 2023-09-03 05:43:57
Message-ID: ZPQdHY4WDR+2ejwq@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, Sep 03, 2023 at 08:42:55AM +0900, Michael Paquier wrote:
> I think that's just a mistake I did, as there should not even be a
> need for having to specify "server/" for the header path. If you
> switch scan_header() in Utils.pm to use --includedir-server rather
> than --includedir, does it work correctly for you?

In short, I mean something like the v4 attached. Feel free to use it
for your tests.
--
Michael

Attachment Content-Type Size
v4-0001-Add-TAP-tests-for-end-of-WAL-conditions.patch text/x-diff 12.8 KB
v4-0002-Don-t-trust-unvalidated-xl_tot_len.patch text/x-diff 7.8 KB
v4-0003-Adjust-few-things-on-top-of-Thomas-patch-series.patch text/x-diff 22.6 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergei Kornilov 2023-09-03 11:21:07 Re: BUG #17928: Standby fails to decode WAL on termination of primary
Previous Message Michael Paquier 2023-09-02 23:42:55 Re: BUG #17928: Standby fails to decode WAL on termination of primary