Avoid platform-dependent output from Data::Dumper.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/jsonb_plperl/expected/jsonb_plperlu.out | modified | +2 −4 |
| contrib/jsonb_plperl/sql/jsonb_plperlu.sql | modified | +2 −1 |