forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2acb7cc
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 parentd336747 commit2acb7cc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6553 | 6553 |
| |
6554 | 6554 |
| |
6555 | 6555 |
| |
6556 |
| - | |
| 6556 | + | |
6557 | 6557 |
| |
6558 | 6558 |
| |
6559 | 6559 |
| |
|
0 commit comments
Comments
(0)