Re: pgsql: Transforms for jsonb to PL/Perl - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Transforms for jsonb to PL/Perl
Date
Msg-id 3001.1522769607@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Transforms for jsonb to PL/Perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Transforms for jsonb to PL/Perl  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Transforms for jsonb to PL/Perl
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add Bloom filter implementation.