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

From: Zhihong Yu <zyu(at)yugabyte(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: enable/disable broken for statement triggers on partitioned tables
Date: 2022-05-24 21:23:12
Message-ID: CALNJ-vRRkhKbWd+AGOjdAkPwjubposscZrVYGzPZ0VPHbb-p-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2022-05-24 22:01:47 fix stats_fetch_consistency value in postgresql.conf.sample
Previous Message Matthias van de Meent 2022-05-24 21:12:17 Re: adding status for COPY progress report