Re: [HACKERS] Duplicate node tag assignments

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] Duplicate node tag assignments
Дата
Msg-id 20161228163739.75vziks2vnht6idb@alap3.anarazel.de
обсуждение исходный текст
Ответ на [HACKERS] Duplicate node tag assignments  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2016-12-28 11:33:31 -0500, Tom Lane wrote:
> By chance I happened to notice that the recent partition patch pushed
> us over the number of available node tags between
> 
>     T_A_Expr = 900,

> So I'm leaning to the second, more drastic, solution.  Thoughts?

Alternatively we could add a -Wduplicate-enum/-Werror=duplicate-enum for
clang. That'd protect against that in all enums...

Andres



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [HACKERS] Duplicate node tag assignments
Следующее
От: Cynthia Shang
Дата:
Сообщение: Re: [HACKERS] [PATCH] Fix for documentation of timestamp type