Re: plperl_helpers.h fix for clang - Mailing list pgsql-hackers

From Alex Hunsaker
Subject Re: plperl_helpers.h fix for clang
Date
Msg-id CAFaPBrSpuWTSiv7iRUhUEMDQwHT-CeOR5mHo+36XZuz+Vaa3mg@mail.gmail.com
Whole thread Raw
In response to Re: plperl_helpers.h fix for clang  (Alex Hunsaker <badalex@gmail.com>)
Responses Re: plperl_helpers.h fix for clang
List pgsql-hackers
On Thu, May 24, 2012 at 11:31 AM, Alex Hunsaker <badalex@gmail.com> wrote:
> On Thu, May 24, 2012 at 11:19 AM, Peter Eisentraut <peter_e@gmx.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...).


pgsql-hackers by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Backends stalled in 'startup' state: index corruption
Next
From: Sergey Koposov
Date:
Subject: Re: 9.2beta1, parallel queries, ReleasePredicateLocks, CheckForSerializableConflictIn in the oprofile