Re: pgsql: Transforms for jsonb to PL/Perl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Transforms for jsonb to PL/Perl
Date: 2018-04-03 15:08:41
Message-ID: 13723.1522768121@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-04-03 15:32:45 Re: pgsql: New files for MERGE
Previous Message Peter Eisentraut 2018-04-03 14:43:52 pgsql: Attempt to fix jsonb_plperl build on Windows