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 <[email protected]> Discussion: https://postgr.es/m/23256.1772702981@localhost Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5f39698c9028554850fca6d3f764449c0da76d99 Modified Files -------------- src/backend/replication/logical/reorderbuffer.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
