Re: GUC for temporarily disabling event triggers
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2023-01-12T20:26:05Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-GUC-for-temporarily-disabling-event-triggers.patch (application/octet-stream) patch v3-0001
> On 11 Jan 2023, at 17:38, vignesh C <vignesh21@gmail.com> wrote: > > On Tue, 29 Nov 2022 at 18:16, Daniel Gustafsson <daniel@yesql.se> wrote: >> >>> 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. > > The patch does not apply on top of HEAD as in [1], please post a rebased patch: The attached rebased v3 fixes the conflict. -- Daniel Gustafsson https://vmware.com/
Commits
-
Add GUC for temporarily disabling event triggers
- 7750fefdb2b8 17.0 landed
-
Fix typos in code and comments
- 5f6401f81cb2 16.0 cited