- Notifications
You must be signed in to change notification settings - Fork28
Commit7e5569f
committed
Fix unportable code in pgbench.
The buildfarm points out that UINT64_FORMAT might not work with sscanf;it's calibrated for our printf implementation, which might not agreewith the platform-supplied sscanf. Fall back to just accepting anunsigned long, which is already more than the documentation promises.Oversight ine6c3ba7; back-patch to v11, as that was.1 parent76097b4 commit7e5569f
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4742 | 4742 |
| |
4743 | 4743 |
| |
4744 | 4744 |
| |
4745 |
| - | |
| 4745 | + | |
| 4746 | + | |
4746 | 4747 |
| |
4747 | 4748 |
| |
4748 |
| - | |
| 4749 | + | |
| 4750 | + | |
4749 | 4751 |
| |
4750 | 4752 |
| |
4751 | 4753 |
| |
4752 | 4754 |
| |
4753 | 4755 |
| |
4754 | 4756 |
| |
| 4757 | + | |
4755 | 4758 |
| |
4756 | 4759 |
| |
4757 | 4760 |
| |
|
0 commit comments
Comments
(0)