Re: plperl_helpers.h fix for clang

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alex Hunsaker <badalex(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: plperl_helpers.h fix for clang
Date: 2012-05-24 18:03:08
Message-ID: 1337882588.17469.8.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On tor, 2012-05-24 at 11:36 -0600, Alex Hunsaker wrote:
> On Thu, May 24, 2012 at 11:31 AM, Alex Hunsaker <badalex(at)gmail(dot)com> wrote:
> > On Thu, May 24, 2012 at 11:19 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> >>
> >> And we could use SvREFCNT_inc_simple_void(sv), since sv doesn't have any
> >> side effects, but that's optional.
>
> > Hrm I can't seem to find either of those functions in my copy of perl
> > 5.8.1 or 5.16.0. I also looked for "_inc_" in the event I got casing
> > wrong :-(.
>
> Doh, it is indeed there in 5.16.0, looks like it got added in 5.10
> :-(. (I was on the wrong branch...).

It's in ppport.h.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2012-05-24 18:03:14 Re: shared_preload_libraries path
Previous Message Robert Haas 2012-05-24 18:02:56 Re: 9.2beta1, parallel queries, ReleasePredicateLocks, CheckForSerializableConflictIn in the oprofile