Dead code in logical decoding of speculative insertions
Antonin Houska <ah@cybertec.at>
From: Antonin Houska <ah@cybertec.at>
To: pgsql-hackers@lists.postgresql.org
Cc: akapila@postgresql.org
Date: 2026-03-05T09:29:41Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-cleanup-of-speculative-insert.patch (text/x-diff)
Since commit 4daa140a2f50 adds the INTERNAL_SPEC_ABORT change, I think it's no longer necessary to care about "pending speculations" at the time we receive the next INTERNAL_SPEC_INSERT change. -- Antonin Houska Web: https://www.cybertec-postgresql.com
Commits
-
Remove obsolete speculative insert cleanup in ReorderBuffer.
- 5f39698c9028 19 (unreleased) landed
-
Fix decoding of speculative aborts.
- 4daa140a2f50 14.0 cited