Re: enable/disable broken for statement triggers on partitioned tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: enable/disable broken for statement triggers on partitioned tables
Дата
Msg-id 73027d59-bff7-d245-af90-c654a78a50c0@enterprisedb.com
обсуждение исходный текст
Ответ на Re: enable/disable broken for statement triggers on partitioned tables  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: enable/disable broken for statement triggers on partitioned tables  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On 24.05.22 23:23, Zhihong Yu wrote:
> Hi,
> 
>      AT_EnableTrig,              /* ENABLE TRIGGER name */
> +   AT_EnableTrigRecurse,       /* internal to commands/tablecmds.c */
>      AT_EnableAlwaysTrig,        /* ENABLE ALWAYS TRIGGER name */
> +   AT_EnableAlwaysTrigRecurse, /* internal to commands/tablecmds.c */
> 
> Is it better to put the new enum's at the end of the AlterTableType?
> 
> This way the numeric values for existing ones don't change.

That's a concern if backpatching.  Otherwise, it's better to put them 
like shown in the patch.



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: generic plans and "initial" pruning
Следующее
От: Yugo NAGATA
Дата:
Сообщение: Remove useless tests about TRUNCATE on foreign table