Re: [HACKERS] BUG #14682: row level security not work with partitioned table - Mailing list pgsql-hackers

From Noah Misch
Subject Re: [HACKERS] BUG #14682: row level security not work with partitioned table
Date
Msg-id 20170604223314.GB1547727@rfd.leadboat.com
Whole thread Raw
Responses [HACKERS] Re: [BUGS] BUG #14682: row level security not work with partitionedtable  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
On Fri, Jun 02, 2017 at 09:28:16AM +0900, Michael Paquier wrote:
> On Thu, Jun 1, 2017 at 11:13 AM, Mike Palmiotto
> <mike.palmiotto@crunchydata.com> wrote:
> > This is indeed a bug. fireRIRrules is currently skipping the RLS
> > policy check when relkind == PARTITIONED_TABLES, so RLS policies are
> > not applied. The attached patch fixes the behavior.
> 
> I would expect RLS to trigger as well in this context. Note that there
> should be regression tests to avoid this failure again in the future.
> I have added an open item.

[Action required within three days.  This is a generic notification.]

The above-described topic is currently a PostgreSQL 10 open item.  Robert,
since you committed the patch believed to have created it, you own this open
item.  If some other commit is more relevant or if this does not belong as a
v10 open item, please let us know.  Otherwise, please observe the policy on
open item ownership[1] and send a status update within three calendar days of
this message.  Include a date for your subsequent status update.  Testers may
discover new open items at any time, and I want to plan to get them all fixed
well in advance of shipping v10.  Consequently, I will appreciate your efforts
toward speedy resolution.  Thanks.

[1] https://www.postgresql.org/message-id/20170404140717.GA2675809%40tornado.leadboat.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: retry shm attach for windows (WAS: Re: [HACKERS] OK, so culicidae is *still* broken)
Next
From: Noah Misch
Date:
Subject: [HACKERS] Re: Error while creating subscription when server is running insingle user mode