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

From Robert Haas
Subject Re: [PATCH] Add transforms feature
Date
Msg-id CA+TgmoZa8Hsym3qJCS6C+0SVJsCDRBTpYe_XznSgvdrjH30o9Q@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add transforms feature  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: [PATCH] Add transforms feature
List pgsql-hackers
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.

Thanks,

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: cache invalidation for PL/pgsql functions
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Add transforms feature