Re: pgsql: Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBuffer - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBuffer
Date
Msg-id CAKJS1f_MN+gsP_agATL5DGEVaMqwYa2u8U2JhjvzJoEoJ83qeg@mail.gmail.com
Whole thread Raw
In response to pgsql: Split ExecStoreTuple into ExecStoreHeapTuple andExecStoreBuffer  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
On 26 September 2018 at 11:39, Andres Freund <andres@anarazel.de> wrote:
> src/backend/executor/nodeSeqscan.c        |  11 ++-

The change made to the above file leaves a misleading comment about
passing false to ExecStoreTuple().  A similar mistake exists in
nodeIndexscan.c

A patch was posted to remove them in
https://www.postgresql.org/message-id/CAMyN-kCq+fDLUSEN+TmUkpn5YGQCyKKR266tyEnJjOd_WT-SDQ@mail.gmail.com

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Combine two flag tests in GetSnapshotData().
Next
From: David Rowley
Date:
Subject: Re: pgsql: Remove ineffective check against dropped columns from slot_getat