]> granicus.if.org Git - postgresql/commit
Avoid platform-dependent output from Data::Dumper.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jun 2018 18:53:21 +0000 (14:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jun 2018 18:53:21 +0000 (14:53 -0400)
commite4300a3552b104f54ec781dd23cfcf96252ec5c1
treecf0cc00cd23f36969e47e193835f65cfdc2bcf10
parent1731e3741cbbf8e0b4481665d7d523bc55117f63
Avoid platform-dependent output from Data::Dumper.

Per buildfarm, the output from Data::Dumper for an IEEE infinity
is platform-dependent (e.g. "inf" vs "Inf").  Just skip that one
test case in the plperlu test; testing it on the plperl side is
coverage enough.  Fixes issue in commit 1731e3741.
contrib/jsonb_plperl/expected/jsonb_plperlu.out
contrib/jsonb_plperl/sql/jsonb_plperlu.sql