PL/Perl build problem: error: ‘OP_SETSTATE’ undeclared

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PL/Perl build problem: error: ‘OP_SETSTATE’ undeclared
Date: 2012-08-13 03:57:20
Message-ID: 1344830240.8485.4.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2012-08-13 04:05:08 Re: PATCH: Implement value_to_json for single-datum conversion
Previous Message Craig Ringer 2012-08-13 03:44:49 Re: PATCH: Implement value_to_json for single-datum conversion