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

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Takeshi Ideriha <iderihatakeshi@gmail.com>
Cc: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-09-30T12:44:32Z
Lists: pgsql-bugs, pgsql-hackers
On Mon, Sep 30, 2024 at 6:46 AM Takeshi Ideriha
<iderihatakeshi@gmail.com> wrote:
>
> Patch is attached.
>

Thanks for the patch. I'll look into it.

-- 
With Regards,
Amit Kapila.



Commits

  1. Fix fetching default toast value during decoding of in-progress transactions.

  2. Implement streaming mode in ReorderBuffer.