Re: missing privilege check after not-null constraint rework - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: missing privilege check after not-null constraint rework
Date
Msg-id 202309071102.g6jvu5mgzfit@alvherre.pgsql
Whole thread Raw
In response to Re: missing privilege check after not-null constraint rework  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List 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)



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: persist logical slots to disk during shutdown checkpoint
Next
From: Ashutosh Bapat
Date:
Subject: Re: [BackendXidGetPid] only access allProcs when xid matches