mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-06 05:07:32 +08:00
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.