Re: cannot to compile PL/V8 on Fedora 20

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cannot to compile PL/V8 on Fedora 20
Date: 2014-05-12 17:16:59
Message-ID: 20140512171658.GP6018@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> On 5/12/14, 12:42 PM, Tom Lane wrote:
> > Peter Eisentraut <peter_e(at)gmx(dot)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(dot)tanuki(at)gmail(dot)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.

Do C++ exception specifiers in fmgr V1 functions work at all?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-05-12 17:31:49 Re: cannot to compile PL/V8 on Fedora 20
Previous Message Rohit Goyal 2014-05-12 17:16:16 Running DBT2 on postgresql