Re: missing privilege check after not-null constraint rework
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-07T11:02:45Z
Lists: pgsql-hackers
On 2023-Sep-05, Alvaro Herrera wrote: > On 2023-Sep-05, Alvaro Herrera wrote: > > > Here's a fix to move the privilege check on constraint dropping from > > ATExecDropConstraint to dropconstraint_internal. I have pushed this. It's just a fixup for an embarrasing bug in b0e96f311985. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "Pensar que el espectro que vemos es ilusorio no lo despoja de espanto, sólo le suma el nuevo terror de la locura" (Perelandra, C.S. Lewis)
Commits
-
Move privilege check to the right place
- ac22a9545ca9 17.0 landed