Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new node fields

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new node fields
Дата
Msg-id alpine.DEB.2.20.1703210716370.22282@lancre
обсуждение исходный текст
Ответы Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new nodefields  (Andres Freund <andres@anarazel.de>)
Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new nodefields  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
> Add missing support for new node fields
>
> Commit b6fb534f added two new node fields but neglected to add copy and
> comparison support for them, Mea culpa, should have checked for that.

I've been annoyed by these stupid functions and forgetting to update them
since I run into them while trying to fix an issue in pg_stat_statement
some time ago.

I've started to develop a perl script to generate most of them from
headers. It is not done yet, but it looks that it can work in the end with
limited effort. Currently it works for copy & equal.

Is there some interest to generate the x00kB of sources rather than edit
them everytime, or forgetting it from time to time, or does everyone like
it as it is?

--
Fabien.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Rushabh Lathia
Дата:
Сообщение: Re: [HACKERS] Adding support for Default partition in partitioning
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new nodefields