Re: pgsql: Transforms for jsonb to PL/Perl

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Attempt to fix jsonb_plperl build on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Transforms for jsonb to PL/Perl