Re: GUC for temporarily disabling event triggers
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2023-01-11T16:38:55Z
Lists: pgsql-hackers
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: === Applying patches on top of PostgreSQL commit ID 5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc === === applying patch ./v2-0001-Add-GUC-for-temporarily-disabling-event-triggers.patch patching file doc/src/sgml/config.sgml Hunk #1 succeeded at 9480 (offset 117 lines). ..... patching file src/backend/utils/misc/postgresql.conf.sample Hunk #1 FAILED at 701. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/utils/misc/postgresql.conf.sample.rej [1] - http://cfbot.cputube.org/patch_41_4013.log Regards, Vignesh
Commits
-
Add GUC for temporarily disabling event triggers
- 7750fefdb2b8 17.0 landed
-
Fix typos in code and comments
- 5f6401f81cb2 16.0 cited