Re: pgsql: Transforms for jsonb to PL/Perl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Transforms for jsonb to PL/Perl
Дата
Msg-id 3001.1522769607@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Transforms for jsonb to PL/Perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Transforms for jsonb to PL/Perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
I wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> Transforms for jsonb to PL/Perl

> Buildfarm's not terribly happy with this.

Hm, it fails on my own machine too (RHEL6, perl 5.10.1), with the
same "cannot transform this Perl type to jsonb" symptoms.  A bit
of tracing shows that SvTYPE(in) is returning SVt_PVIV in some
of the failing cases, and SVt_PVNV in others.

            regards, tom lane


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Transforms for jsonb to PL/Perl
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Add Bloom filter implementation.