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

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

  1. Remove obsolete speculative insert cleanup in ReorderBuffer.

  2. Fix decoding of speculative aborts.