Re: GUC for temporarily disabling event triggers

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-29T12:45:58Z
Lists: pgsql-hackers

Attachments

> On 3 Nov 2022, at 21:47, Daniel Gustafsson <daniel@yesql.se> wrote:

> The patch adds a new GUC, ignore_event_trigger with two option values, 'all'
> and 'none' (the login event patch had 'login' as well).

The attached v2 fixes a small bug which caused testfailures the CFBot.

--
Daniel Gustafsson		https://vmware.com/

Commits

  1. Add GUC for temporarily disabling event triggers

  2. Fix typos in code and comments