Commit d336747
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 COELHO
Reviewed-by: Kyotaro Horiguchi, Fujii Masao
Discussion: https://postgr.es/m/20210617005934.8bd37bf72efd5f1b38e6f482@sraoss.co.jp1 parent 070d2e1 commit d336747
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6784 | 6784 | | |
6785 | 6785 | | |
6786 | 6786 | | |
6787 | | - | |
| 6787 | + | |
6788 | 6788 | | |
6789 | 6789 | | |
6790 | 6790 | | |
| |||
0 commit comments