Re: pgsql: Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBuffer

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: pgsql: Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBuffer
Дата
Msg-id CAKJS1f_MN+gsP_agATL5DGEVaMqwYa2u8U2JhjvzJoEoJ83qeg@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Split ExecStoreTuple into ExecStoreHeapTuple andExecStoreBuffer  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Combine two flag tests in GetSnapshotData().
Следующее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Remove ineffective check against dropped columns from slot_getat