Re: Duplicated LSN in ReorderBuffer - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Duplicated LSN in ReorderBuffer
Date
Msg-id CANP8+jJtaWhApppJpFsZRqkhpvYa1M5kqSrQCCwNaFKuu-uv0Q@mail.gmail.com
Whole thread Raw
In response to Re: Duplicated LSN in ReorderBuffer  (Petr Jelinek <petr@2ndquadrant.com>)
List pgsql-hackers
On Mon, 29 Jul 2019 at 00:09, Petr Jelinek <petr@2ndquadrant.com> wrote:
 
Given that we don't process any other records in this function besides
XLOG_HEAP2_MULTI_INSERT and XLOG_HEAP2_NEW_CID, it seems like simplest
fix is to just remove the first check for fast forward and keep the one
in XLOG_HEAP2_MULTI_INSERT.

Fix proposed by Petr, with comments as explained by Andres.

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Solutions for the Enterprise
Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: how to run encoding-dependent tests by default
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: psql - add SHOW_ALL_RESULTS option