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: Tom Lane <tgl@sss.pgh.pa.us>,
Robert Haas <robertmhaas@gmail.com>,
Justin Pryzby <pryzby@telsasoft.com>,
Mikhail Gribkov <youzhick@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2023-09-05T12:12:32Z
Lists: pgsql-hackers
Attachments
- v6-0001-Add-GUC-for-temporarily-disabling-event-triggers.patch (application/octet-stream) patch v6-0001
> On 6 Apr 2023, at 00:06, Michael Paquier <michael@paquier.xyz> wrote: > If there is no strong > case for more than a boolean for now, simpler is better. The attached version of the patch replaces it with a boolean flag for turning off all event triggers, and I also renamed it to the debug_xxx "GUC namespace" which seemed more appropriate. -- Daniel Gustafsson
Commits
-
Add GUC for temporarily disabling event triggers
- 7750fefdb2b8 17.0 landed
-
Fix typos in code and comments
- 5f6401f81cb2 16.0 cited