PL/Perl build problem: error:‘OP_SETSTATE’ undeclared - Mailing list pgsql-hackers

From Peter Eisentraut
Subject PL/Perl build problem: error:‘OP_SETSTATE’ undeclared
Date
Msg-id 1344830240.8485.4.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: [HACKERS] PL/Perl build problem: error: ‘OP_SETSTATE’ undeclared
List pgsql-hackers
It appears that a recent Perl version (I have 5.14.2) has eliminated
OP_SETSTATE, which causes the current PostgreSQL build to fail:

plperl.c: In function ‘_PG_init’:
plperl.c:442:5645: error: ‘OP_SETSTATE’ undeclared (first use in this function)
plperl.c:442:5645: note: each undeclared identifier is reported only once for each function it appears in

I don't know the significance of this.  Could someone investigate
please?




pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: PATCH: Implement value_to_json for single-datum conversion
Next
From: Craig Ringer
Date:
Subject: Re: PATCH: Implement value_to_json for single-datum conversion