RE: [BUG] Assert failure in ReorderBufferReturnTXN during logical decoding due to leaked specinsert change
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: 'Álvaro Herrera' <alvherre@kurilemu.de>
Cc: 'Vishal Prasanna' <vishal.g@zohocorp.com>, pgsql-bugs <pgsql-bugs@lists.postgresql.org>
Date: 2026-06-17T01:44:05Z
Lists: pgsql-bugs
Dear Álvaro, Thanks for pushing and sorry for the late reply. I didn't notice that. > I ended up pushing to 14 after all, after I noticed that the code in > that branch is pretty much identical to what's in 15 -- it was only the > test code that required a separate patch file. Yes. Per my understanding, the test except PG14 used the row filter, it was added in PG15. Instead it tried to publish changes from the non-exist publication. Best regards, Hayato Kuroda FUJITSU LIMITED
Commits
-
logical decoding: Correctly free speculative insertion
- f50c329f538f 19 (unreleased) landed
- bd7b2184390f 18 (unreleased) landed
- ac445069002c 17 (unreleased) landed
- 813b0d8f455d 16 (unreleased) landed
- 1add4a41bc31 15 (unreleased) landed
- 0939aad56402 14 (unreleased) landed
-
Fix memory counter update in ReorderBuffer.
- dbed2e36625d 17.0 cited