postgresql/contrib/jsonb_plperl/expected
Tom Lane 93b6e03ab4 Fix jsonb_plperl to convert Perl UV values correctly.
Values greater than IV_MAX were incorrectly converted to SQL,
for instance ~0 would become -1 rather than 18446744073709551615
(on a 64-bit machine).

Dagfinn Ilmari Mannsåker, adjusted a bit by me

Discussion: https://postgr.es/m/d8jtvskjzzs.fsf@dalvik.ping.uio.no
2018-06-18 17:39:57 -04:00
..
jsonb_plperl.out Fix jsonb_plperl to convert Perl UV values correctly. 2018-06-18 17:39:57 -04:00
jsonb_plperlu.out Fix jsonb_plperl to convert Perl UV values correctly. 2018-06-18 17:39:57 -04:00