pgsql: Remove obsolete speculative insert cleanup in ReorderBuffer. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Remove obsolete speculative insert cleanup in ReorderBuffer.
Date
Msg-id E1w1zqz-000NxI-1M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: file_fdw: Add regression test for file_fdw with ON_ERROR='set_nu
Next
From: Mahendra Singh Thalor
Date:
Subject: Re: pgsql: Fix small memory leak in get_dbname_oid_list_from_mfile().