Remove obsolete speculative insert cleanup in ReorderBuffer.
Amit Kapila <akapila@postgresql.org>
Remove obsolete speculative insert cleanup in ReorderBuffer. Commit 4daa140a2f introduced proper decoding for speculative aborts. As a result, the internal state is guaranteed to be clean when a new speculative insert is encountered. This patch removes the defensive cleanup code that is no longer reachable. Author: Antonin Houska <ah@cybertec.at> Discussion: https://postgr.es/m/23256.1772702981@localhost
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/logical/reorderbuffer.c | modified | +2 −6 |
Discussion
- Dead code in logical decoding of speculative insertions 3 messages · 2026-03-05 → 2026-03-06