Re: [PATCH] Add transforms feature - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: [PATCH] Add transforms feature
Date
Msg-id CAMkU=1xCALF9xr1=8biB5UutTA4BXT=WnP6pKXrrXtM-Q0WmwA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add transforms feature  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [PATCH] Add transforms feature
List pgsql-hackers
On Wed, Apr 29, 2015 at 11:27 AM, Robert Haas <robertmhaas@gmail.com> wrote:
On Tue, Apr 28, 2015 at 12:47 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
> This commit is causing a compiler warning for me in non-cassert builds:
>
> funcapi.c: In function 'get_func_trftypes':
> funcapi.c:890: warning: unused variable 'procStruct'
>
> Adding PG_USED_FOR_ASSERTS_ONLY seems to fix it.

I took a stab at fixing this via a slightly different method.  Let me
know whether that worked.

It worked, thanks.


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: INSERT ... ON CONFLICT syntax issues
Next
From: Robert Haas
Date:
Subject: Re: INSERT ... ON CONFLICT syntax issues