Re: automatically generating node support functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: automatically generating node support functions
Дата
Msg-id c683a356-4d22-4126-bf55-64ed54e06014@enterprisedb.com
обсуждение исходный текст
Ответ на Re: automatically generating node support functions  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: automatically generating node support functions  (Corey Huinker <corey.huinker@gmail.com>)
Re: automatically generating node support functions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 15.09.21 21:01, Peter Eisentraut wrote:
> On 17.08.21 16:36, Peter Eisentraut wrote:
>> Here is another set of preparatory patches that clean up various 
>> special cases and similar in the node support.
> 
> This set of patches has been committed.  I'll close this commit fest 
> entry and come back with the main patch series in the future.

Here is an updated version of my original patch, so we have something to 
continue the discussion around.  This takes into account all the 
preparatory patches that have been committed in the meantime.  I have 
also changed it so that the array size of a pointer is now explicitly 
declared using pg_node_attr(array_size(N)) instead of picking the most 
recent scalar field, which was admittedly hacky.  I have also added MSVC 
build support and made the Perl code more portable, so that the cfbot 
doesn't have to be sad.

Вложения

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

Предыдущее
От: Mikael Kjellström
Дата:
Сообщение: Re: Time to upgrade buildfarm coverage for some EOL'd OSes?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails