forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3cc85d7
committed
pgbench: Correct log level of message output when socket wait method fails.
The failure of socket wait method like "select()" doesn't terminate pgbench.So the log level of error message when that failure happens should be ERROR.But previously FATAL was used in that case.Back-patch to v13 where pgbench started using common logging API.Author: Yugo Nagata, Fabien COELHOReviewed-by: Kyotaro Horiguchi, Fujii MasaoDiscussion:https://postgr.es/m/20210617005934.8bd37bf72efd5f1b38e6f482@sraoss.co.jp1 parentcf26a8d commit3cc85d7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6421 | 6421 |
| |
6422 | 6422 |
| |
6423 | 6423 |
| |
6424 |
| - | |
| 6424 | + | |
6425 | 6425 |
| |
6426 | 6426 |
| |
6427 | 6427 |
| |
|
0 commit comments
Comments
(0)