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 13723.1522768121@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Transforms for jsonb to PL/Perl  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pgsql: Transforms for jsonb to PL/Perl  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
> Transforms for jsonb to PL/Perl

Buildfarm's not terribly happy with this.  I notice this perhaps-
relevant warning on, eg, dromedary:

ccache gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -ansi  -I../../src/pl/plpython
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6-I../../contrib/hstore
-DPLPYTHON_LIBNAME='"plpython2"'-I. -I. -I../../src/include  -DCOPY_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST
-c-o hstore_plpython.o hstore_plpython.c 
In file included from jsonb_plperl.c:8:
jsonb_plperl.c: In function 'HV_to_JsonbValue':
jsonb_plperl.c:160: warning: passing argument 4 of 'Perl_hv_iternextsv' from incompatible pointer type

            regards, tom lane


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Attempt to fix jsonb_plperl build on Windows
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Transforms for jsonb to PL/Perl