Version
4.5.21
Context
Problem originally reported in #1540
When an indeterminate data type error is raised, the client tries to prepare the query again, with the provided parameter types (if any).
But since the transaction has aborted, new commands are ignored and the client reports the following:
io.vertx.pgclient.PgException: ERROR: current transaction is aborted, commands ignored until end of transaction block (25P02)