Re: GUC for temporarily disabling event triggers

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Justin Pryzby <pryzby@telsasoft.com>, Mikhail Gribkov <youzhick@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-09-25T07:52:56Z
Lists: pgsql-hackers
> On 25 Sep 2023, at 09:50, Michael Paquier <michael@paquier.xyz> wrote:
> 
> On Mon, Sep 25, 2023 at 09:19:35AM +0200, Daniel Gustafsson wrote:
>> Fair enough, although I used "fire" instead of "run" which is consistent with
>> the event trigger documentation.
> 
> Okay by me.

Great, I'll go ahead and apply this version then. Thanks for review!

--
Daniel Gustafsson




Commits

  1. Add GUC for temporarily disabling event triggers

  2. Fix typos in code and comments