Re: automatically generating node support functions

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: automatically generating node support functions
Дата
Msg-id 20220710214622.haiektrjzisob6rl@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: automatically generating node support functions  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: automatically generating node support functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2022-07-09 16:37:22 +0200, Peter Eisentraut wrote:
> On 08.07.22 22:03, Tom Lane wrote:
> > I think this is ready to go (don't forget the catversion bump).
> 
> This is done now, after a brief vpath-shaped scare from the buildfarm
> earlier today.

I was just rebasing meson ontop of this and was wondering whether the input
filenames were in a particular order:


node_headers = \
    nodes/nodes.h \
    nodes/execnodes.h \
    nodes/plannodes.h \
    nodes/primnodes.h \
    nodes/pathnodes.h \
    nodes/extensible.h \
    nodes/parsenodes.h \
    nodes/replnodes.h \
    nodes/value.h \
    commands/trigger.h \
    commands/event_trigger.h \
    foreign/fdwapi.h \
    access/amapi.h \
    access/tableam.h \
    access/tsmapi.h \
    utils/rel.h \
    nodes/supportnodes.h \
    executor/tuptable.h \
    nodes/lockoptions.h \
    access/sdir.h

Can we either order them alphabetically or add a comment explaining the order?

- Andres



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Extending outfuncs support to utility statements
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: pg_waldump got an error with waldump file generated by initdb