Re: BUG #19556: Segmentation fault in test_decoding - Mailing list pgsql-bugs

From Masahiko Sawada
Subject Re: BUG #19556: Segmentation fault in test_decoding
Date
Msg-id CAD21AoBZrwQSx7cbv-BApv2hfDR3pmOsFbwpy5wVtWpW1+rVzw@mail.gmail.com
Whole thread
In response to Re: BUG #19556: Segmentation fault in test_decoding  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-bugs
On Wed, Jul 22, 2026 at 11:50 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Thu, Jul 23, 2026 at 7:47 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> >
> > Thank you for the patch. I like the approach the proposed patch does.
> > I've made a patch for PG18+ that fixes both issues with regression
> > tests. For PG17 or earlier, the patch doesn't need the changes in
> > ReorderBufferPrepare() but has the same regression tests.
> >
>
> The patch LGTM. One minor point: Shall we retain the earlier comments
> (We send the prepare for the concurrently aborted xacts so that later
> when rollback prepared is decoded and sent, the downstream should be
> able to rollback such a xact. See comments atop DecodePrepare.)? This
> makes it clear why we are sending prepare for concurrent abort cases.

Thank you for reviewing the 0001 patch! Yes, I agree to retain the
comment. I'll update the patch and push it early next week.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



pgsql-bugs by date:

Previous
From: Zsolt Parragi
Date:
Subject: MERGE/SPLIT PARTITIONS issues/questions
Next
From: Thom Brown
Date:
Subject: Re: BUG #19575: Enhancement for Redundant DISTINCT in set-operation branches