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
-
Fix fetching default toast value during decoding of in-progress transactions.
- 022564f60ca5 18.0 landed
- 91810775904f 17.1 landed
- 0f0e253dbf9e 16.5 landed
- 8175a7d11f70 15.9 landed
- efe706e273ce 14.14 landed
-
Implement streaming mode in ReorderBuffer.
- 7259736a6e5b 14.0 cited