forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit869aa40
committed
Fix assorted portability issues in new pgbench TAP tests.
* Our own version of getopt_long doesn't support abbreviation oflong options.* It doesn't do automatic rearrangement of non-option arguments to the end,either.* Test was way too optimistic about the platform independence ofNaN and Infinity outputs. I rather imagine we might have to losethose tests altogether, but for the moment just allow case variationand fully spelled out Infinity.Per buildfarm.1 parented8a7c6 commit869aa40
File tree
2 files changed
+5
-8
lines changed- src/bin/pgbench/t
2 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 92 | + | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
| |||
220 | 217 | | |
221 | 218 | | |
222 | 219 | | |
223 | | - | |
224 | | - | |
225 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
226 | 223 | | |
227 | 224 | | |
228 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments
Comments
(0)