forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8231c50
committed
pgbench: Fix handling of socket errors during benchmark.
Previously socket errors such as invalid socket or socket wait method failuresduring benchmark caused pgbench to exit with status 0. Instead, errors duringthe run should result in exit status 2.Back-patch to v12 where pgbench started reporting exit status.Original complaint and patch by Hayato Kuroda.Author: Yugo Nagata, Fabien COELHOReviewed-by: Kyotaro Horiguchi, Fujii MasaoDiscussion:https://postgr.es/m/TYCPR01MB5870057375ACA8A73099C649F5349@TYCPR01MB5870.jpnprd01.prod.outlook.com1 parent8021334 commit8231c50
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6563 | 6563 |
| |
6564 | 6564 |
| |
6565 | 6565 |
| |
6566 |
| - | |
| 6566 | + | |
6567 | 6567 |
| |
6568 | 6568 |
| |
6569 | 6569 |
| |
|
0 commit comments
Comments
(0)