Re: GUC for temporarily disabling event triggers
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Mikhail Gribkov <youzhick@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-04-02T19:24:33Z
Lists: pgsql-hackers
> On 7 Mar 2023, at 16:02, Mikhail Gribkov <youzhick@gmail.com> wrote: > * The patch does what it intends to do; > * The implementation way is clear; > * All test are passed; > * No additional problems catched - at least by my eyes; > > I think it can be marked as Ready for Committer This patch has been RFC for some time, and has been all green in the CFbot. I would like to go ahead with it this cycle since it gives a tool for admins to avoid single-user mode - which is something we want to move away from. Even though login event triggers aren't going in (which is where this originated), there are still lots of ways to break things with other ev triggers. Any objections? -- Daniel Gustafsson
Commits
-
Add GUC for temporarily disabling event triggers
- 7750fefdb2b8 17.0 landed
-
Fix typos in code and comments
- 5f6401f81cb2 16.0 cited