pgbench: Remove dead code doConnect() never returns connections in state CONNECTION_BAD, so checking for that is pointless. Remove the code that does.
This code has been dead since ba708ea3dc84, 20 years ago. Discussion: https://postgr.es/m/[email protected] Reviewed-by: Tom Lane <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6819b9042fe69154ff3fd2337c5028038d3cfab4 Modified Files -------------- src/bin/pgbench/pgbench.c | 7 ------- 1 file changed, 7 deletions(-)
