Re: pgsql: Row-Level Security Policies (RLS) - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Row-Level Security Policies (RLS)
Date
Msg-id 20140921164154.GW4701@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: pgsql: Row-Level Security Policies (RLS)  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Row-Level Security Policies (RLS)
List pgsql-committers
Stephen Frost wrote:
> * Peter Eisentraut (peter_e@gmx.net) wrote:
> > On 9/19/14 11:41 AM, Stephen Frost wrote:
> > > Row-Level Security Policies (RLS)
> >
> > src/include/commands/policy.h needs to include a file that defines
> > Relation, so that it can stand on its own.
>
> Hum.  I wonder if that's because I got a bit over-aggressive at removing
> #includes while reviewing the patch.  In any case, will fix.

This kind of problem is easy to miss.  We need some way to have includes
checked and failures reported by buildfarm, or perhaps directly during
compilation.  I have a make rule for that somewhere, gcc-dependent
AFAIK, but it's ugly and leaves .gch files behind.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Row-Level Security Policies (RLS)
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Row-Level Security Policies (RLS)