postgresql/contrib/jsonb_plperl
Tom Lane d4a4c3d5b4 Suppress compiler warning in new jsonb_plperl code.
Some compilers are evidently pickier than others about whether Perl's
I32 typedef should be considered equivalent to int.  Dodge the problem
by using a separate variable; the prior coding was a bit confusing anyway.

Per buildfarm.  Note this does nothing to fix the test failures due to
SV_to_JsonbValue not covering enough variable types.
2018-04-03 14:47:26 -04:00
..
expected Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
sql Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
.gitignore Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperl--1.0.sql Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperl.c Suppress compiler warning in new jsonb_plperl code. 2018-04-03 14:47:26 -04:00
jsonb_plperl.control Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperlu--1.0.sql Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperlu.control Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
Makefile Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00