Re: enable/disable broken for statement triggers on partitioned tables - Mailing list pgsql-hackers

From Zhihong Yu
Subject Re: enable/disable broken for statement triggers on partitioned tables
Date
Msg-id CALNJ-vRRkhKbWd+AGOjdAkPwjubposscZrVYGzPZ0VPHbb-p-w@mail.gmail.com
Whole thread Raw
In response to enable/disable broken for statement triggers on partitioned tables  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: enable/disable broken for statement triggers on partitioned tables
List pgsql-hackers
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.

Cheers

pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: adding status for COPY progress report
Next
From: Nathan Bossart
Date:
Subject: fix stats_fetch_consistency value in postgresql.conf.sample