Re: [PATCH] Add transforms feature

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add transforms feature
Date: 2015-04-29 19:21:32
Message-ID: CAMkU=1xCALF9xr1=8biB5UutTA4BXT=WnP6pKXrrXtM-Q0WmwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 29, 2015 at 11:27 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> On Tue, Apr 28, 2015 at 12:47 PM, Jeff Janes <jeff(dot)janes(at)gmail(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-29 19:31:59 Re: INSERT ... ON CONFLICT syntax issues
Previous Message Stephen Frost 2015-04-29 19:13:27 Re: INSERT ... ON CONFLICT syntax issues