Dead code in logical decoding of speculative insertions

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: akapila(at)postgresql(dot)org
Subject: Dead code in logical decoding of speculative insertions
Date: 2026-03-05 09:29:41
Message-ID: 23256.1772702981@localhost
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Remove-cleanup-of-speculative-insert.patch text/x-diff 1.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-03-05 09:29:50 Re: Improve pg_sync_replication_slots() to wait for primary to advance
Previous Message Jeff Davis 2026-03-05 08:52:57 Re: [19] CREATE SUBSCRIPTION ... SERVER