Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy() - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()
Date
Msg-id 20150712032138.GA30572@momjian.us
Whole thread Raw
In response to pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()  (Joe Conway <mail@joeconway.com>)
Responses Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: fix typo in CREATE POLICY manual page
Next
From: Tom Lane
Date:
Subject: pgsql: Add now-required #include.