forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4300a3
committed
Avoid platform-dependent output from Data::Dumper.
Per buildfarm, the output from Data::Dumper for an IEEE infinityis platform-dependent (e.g. "inf" vs "Inf"). Just skip that onetest case in the plperlu test; testing it on the plperl side iscoverage enough. Fixes issue in commit1731e37.1 parent1731e37 commite4300a3
File tree
2 files changed
+4
-5
lines changed- contrib/jsonb_plperl
- expected
- sql
2 files changed
+4
-5
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 81 | + | |
| 82 | + | |
85 | 83 |
| |
86 | 84 |
| |
87 | 85 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
|
0 commit comments
Comments
(0)