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

From Stephen Frost
Subject Re: pgsql: Row-Level Security Policies (RLS)
Date
Msg-id CAOuzzgq6zG4gExdiPdmHxUG2oOS5jHch5-ogceDhntvgC=v5ww@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Row-Level Security Policies (RLS)  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-committers
Andres,

On Sunday, September 21, 2014, Andres Freund <andres@2ndquadrant.com> wrote:
IIRC cplupluscheck catches such problem. Annoyingly it doesn't work
properly in vpath builds...

Doh- that is annoying as that's almost exclusively what I use..
 
Master causes these warnings for me btw:
/home/andres/src/postgresql/src/backend/commands/policy.c:48:19:
warning: type qualifiers ignored on function return type
[-Wignored-qualifiers]
 static const char parse_row_security_command(const char *cmd_name);
                   ^
/home/andres/src/postgresql/src/backend/commands/policy.c:106:1:
warning: type qualifiers ignored on function return type
[-Wignored-qualifiers]
 parse_row_security_command(const char *cmd_name)
 ^

Right- those were noted up-thread by Andrew and are also on my list. 

Thanks!

Stephen 

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Row-Level Security Policies (RLS)
Next
From: Andres Freund
Date:
Subject: pgsql: Improve code around the recently added rm_identify rmgr callback