Re: plperl_helpers.h fix for clang

From: Alex Hunsaker <badalex(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
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 17:36:20
Message-ID: CAFaPBrSpuWTSiv7iRUhUEMDQwHT-CeOR5mHo+36XZuz+Vaa3mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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...).

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey Koposov 2012-05-24 17:42:33 Re: 9.2beta1, parallel queries, ReleasePredicateLocks, CheckForSerializableConflictIn in the oprofile
Previous Message Greg Sabino Mullane 2012-05-24 17:33:25 Backends stalled in 'startup' state: index corruption