Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()
Дата
Msg-id 20150712032138.GA30572@momjian.us
обсуждение исходный текст
Ответ на pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()  (Joe Conway <mail@joeconway.com>)
Ответы Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Sat, Jul 11, 2015 at 09:20:41PM +0000, Joe Conway wrote:
> Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
>
> As noted by Noah Misch, CreatePolicy() and AlterPolicy() omit to call
> assign_expr_collations() on the node trees. Fix the omission and add
> his test case to the rowsecurity regression test.

I think this commit has added a compiler warning:

   policy.c:542: warning: implicit declaration of function 'assign_expr_collations'

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: fix typo in CREATE POLICY manual page
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add now-required #include.