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 ------ REL9_5_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/cfbbc1f17c24258836662ed6a0f3087c33b90bae Modified Files -------------- src/bin/pgbench/pgbench.c | 8 -------- 1 file changed, 8 deletions(-)
