pgsql: Remove function list from prologue of execTuples.c. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove function list from prologue of execTuples.c.
Date
Msg-id E1g4wv3-0001Px-8R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove function list from prologue of execTuples.c.

That section is never in sync with the actual routines available and
their functionality.

Author: Ashutosh Bapat
Discussion: https://postgr.es/m/20180220224318.gw4oe5jadhpmcdnm@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bbdfbb9154fccf5b58ecbbdf4e8989e2fed206f8

Modified Files
--------------
src/backend/executor/execTuples.c | 48 ++++++++-------------------------------
1 file changed, 10 insertions(+), 38 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Change TupleTableSlot->tts_nvalid to type AttrNumber.
Next
From: Michael Paquier
Date:
Subject: pgsql: Rework activation of commit timestamps during recovery