pgsql: Remove function list from prologue of execTuples.c.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove function list from prologue of execTuples.c.
Дата
Msg-id E1g4wv3-0001Px-8R@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Change TupleTableSlot->tts_nvalid to type AttrNumber.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rework activation of commit timestamps during recovery