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: 'Vishal Prasanna' <vishal.g@zohocorp.com>
Cc: "'Álvaro Herrera'" <alvherre@kurilemu.de>, pgsql-bugs <pgsql-bugs@lists.postgresql.org>
Date: 2026-03-27T04:33:55Z
Lists: pgsql-bugs
Attachments
- PG14-Fix-specinsert-leak-in-ReorderBufferProcessTXN-error-path.txt (text/plain)
- PG15-16-Fix-specinsert-leak-in-ReorderBufferProcessTXN-error-path.txt (text/plain)
- PG17-Fix-specinsert-leak-in-ReorderBufferProcessTXN-error-path.txt (text/plain)
- PG18-Fix-specinsert-leak-in-ReorderBufferProcessTXN-error-path.txt (text/plain)
- master-Fix-specinsert-leak-in-ReorderBufferProcessTXN-error-path.patch (application/octet-stream) patch
Dear Vishal, I noticed commitfest app got angry your patch, but your patch could still be applied. Per my understanding, cfbot tried to apply all patches to master but failed. Here are fixed version, only suffix is changed for some patches. 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