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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()
Date: 2015-07-12 03:35:48
Message-ID: 26138.1436672148@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> On Sat, Jul 11, 2015 at 09:20:41PM +0000, Joe Conway wrote:
>> Add assign_expr_collations() to CreatePolicy() and AlterPolicy().

> I think this commit has added a compiler warning:
> policy.c:542: warning: implicit declaration of function 'assign_expr_collations'

Indeed ... fixed.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2015-07-12 13:41:59 Re: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()
Previous Message Tom Lane 2015-07-12 03:35:16 pgsql: Add now-required #include.