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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема PL/Perl build problem: error:‘OP_SETSTATE’ undeclared
Дата
Msg-id 1344830240.8485.4.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: [HACKERS] PL/Perl build problem: error: ‘OP_SETSTATE’ undeclared
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: PATCH: Implement value_to_json for single-datum conversion
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: PATCH: Implement value_to_json for single-datum conversion