postgresql/contrib/jsonb_plperl
Tom Lane 6594ee2803 Remove jsonb_plperl test cases for Inf/NaN conversions.
It turns out that old Perl versions (before about 5.10) don't have any
very reliable way to generate Inf or NaN numeric values.  Getting around
that would require way more work than is really justified to test the
code involved, so let's just drop these new test cases.

Discussion: https://postgr.es/m/28585.1525131438@sss.pgh.pa.us
2018-05-01 13:21:16 -04:00
..
expected Remove jsonb_plperl test cases for Inf/NaN conversions. 2018-05-01 13:21:16 -04:00
sql Remove jsonb_plperl test cases for Inf/NaN conversions. 2018-05-01 13:21:16 -04:00
.gitignore Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
Makefile Fix platform and Perl-version dependencies in new jsonb_plperl code. 2018-04-04 11:28:40 -04:00
jsonb_plperl--1.0.sql Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperl.c Prevent infinity and NaN in jsonb/plperl transform 2018-04-30 13:22:57 -04:00
jsonb_plperl.control Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperlu--1.0.sql Fix clashing function names between jsonb_plperl and jsonb_plperlu 2018-04-11 10:34:53 -04:00
jsonb_plperlu.control Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00