Re: BUG #18641: Logical decoding of two-phase commit fails with TOASTed default values

2024-10-06 Thread Amit Kapila
On Tue, Oct 1, 2024 at 7:07 PM Takeshi Ideriha wrote: > > >We forgot to set/unset the flag in functions > >systable_beginscan_ordered and systable_endscan_ordered. BTW, > > Thank you for the clarification. > > >shouldn't this occur even without prepare transaction? If so, we need > >to backpatch t

Re: BUG #18641: Logical decoding of two-phase commit fails with TOASTed default values

2024-10-02 Thread Takeshi Ideriha
Hi, Amit (adding hackers for discussion) >We forgot to set/unset the flag in functions >systable_beginscan_ordered and systable_endscan_ordered. BTW, Thank you for the clarification. >shouldn't this occur even without prepare transaction? If so, we need >to backpatch this till 14. Yes, it occur