Re: how to see the generated nodetags.h

Поиск
Список
Период
Сортировка
От jian he
Тема Re: how to see the generated nodetags.h
Дата
Msg-id CACJufxF+RctVBRg49UhJ66n_=ukCC1Y9io-0xTVHjCcotwC8hQ@mail.gmail.com
обсуждение исходный текст
Ответ на how to see the generated nodetags.h  (Hao Zhang <kennthhz@gmail.com>)
Список pgsql-hackers
On Sat, Mar 15, 2025 at 2:26 AM Hao Zhang <kennthhz@gmail.com> wrote:
>
> Hello Hackers
>
> It seems nodetags.h is generated by gen_node_support.pl. Where and how can I see this generated header to get a full
listof all possible node tags? Thx 
>
>
> typedef enum NodeTag
> {
>     T_Invalid = 0,
>
> #include "nodes/nodetags.h"
> } No


it's within your build directory.

I am using meson.
go to your build directory then
rg T_List

shows
src/include/nodes/nodetags.h
18:     T_List = 1,
240:    T_ListenStmt = 223,

tmp_install/home/jian/postgres/regression8/include/server/nodes/nodetags.h
18:     T_List = 1,
240:    T_ListenStmt = 223,



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