Re: cannot to compile PL/V8 on Fedora 20 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: cannot to compile PL/V8 on Fedora 20
Date
Msg-id 5370FF12.3070508@gmx.net
Whole thread Raw
In response to Re: cannot to compile PL/V8 on Fedora 20  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: cannot to compile PL/V8 on Fedora 20
Re: cannot to compile PL/V8 on Fedora 20
List pgsql-hackers
On 5/12/14, 12:42 PM, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> You need plv8 master branch (unreleased), which fixes all these issues.
> 
> How does it deal with the function declaration incompatibility problem?

commit df92ced297282ffbb13e95748543b6c52ad4d238
Author: Hitoshi Harada <umi.tanuki@gmail.com>
Date:   Wed May 7 01:28:18 2014 -0700
   Remove exception specifier from PG callbacks.
   9.4 includes function declaration in PG_FUNCTION_INFO_V1 macro, which is   not compatible with ours using exception
specifiers. Actually I don't   see the reason we have them so simply I remove them.
 


That said, I'm not yet sure what the overall right answer is here.




pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Archive recovery won't be completed on some situation.
Next
From: Ants Aasma
Date:
Subject: Re: Proposal for CSN based snapshots