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

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: pgsql: Row-Level Security Policies (RLS)
Дата
Msg-id CAOuzzgq6zG4gExdiPdmHxUG2oOS5jHch5-ogceDhntvgC=v5ww@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Row-Level Security Policies (RLS)  (Andres Freund <andres@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Row-Level Security Policies (RLS)
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Improve code around the recently added rm_identify rmgr callback