Peter Eisentraut <[email protected]> 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