pgsql: pgbench: Fix handling of socket errors during benchmark.

2021-09-29 Thread Fujii Masao
pgbench: Fix handling of socket errors during benchmark. Previously socket errors such as invalid socket or socket wait method failures during benchmark caused pgbench to exit with status 0. Instead, errors during the run should result in exit status 2. Back-patch to v12 where pgbench started rep

pgsql: pgbench: Fix handling of socket errors during benchmark.

2021-09-29 Thread Fujii Masao
pgbench: Fix handling of socket errors during benchmark. Previously socket errors such as invalid socket or socket wait method failures during benchmark caused pgbench to exit with status 0. Instead, errors during the run should result in exit status 2. Back-patch to v12 where pgbench started rep

pgsql: pgbench: Fix handling of socket errors during benchmark.

2021-09-29 Thread Fujii Masao
pgbench: Fix handling of socket errors during benchmark. Previously socket errors such as invalid socket or socket wait method failures during benchmark caused pgbench to exit with status 0. Instead, errors during the run should result in exit status 2. Back-patch to v12 where pgbench started rep

pgsql: pgbench: Fix handling of socket errors during benchmark.

2021-09-29 Thread Fujii Masao
pgbench: Fix handling of socket errors during benchmark. Previously socket errors such as invalid socket or socket wait method failures during benchmark caused pgbench to exit with status 0. Instead, errors during the run should result in exit status 2. Back-patch to v12 where pgbench started rep