Re: pgsql: Row-Level Security Policies (RLS)

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, "pgsql-committers(at)postgresql(dot)org" <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Row-Level Security Policies (RLS)
Date: 2014-09-21 17:50:15
Message-ID: CAOuzzgq6zG4gExdiPdmHxUG2oOS5jHch5-ogceDhntvgC=v5ww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Andres,

On Sunday, September 21, 2014, Andres Freund <andres(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-09-22 18:14:47 pgsql: Improve code around the recently added rm_identify rmgr callback
Previous Message Andres Freund 2014-09-21 17:06:22 Re: pgsql: Row-Level Security Policies (RLS)

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2014-09-21 22:23:23 Re: [REVIEW] Re: Compression of full-page-writes
Previous Message Pavel Stehule 2014-09-21 17:08:56 Re: proposal: window function - change_number