Postgresql – Postgres: Can SQLState 08007 transaction_resolution_unknown happen?
I'm writing retry logic for handling various exceptions that can arise interacting with PostgreSQL using JDBC. I want to retry for some exceptions but not for others, based on the SQL state (error code) of the exception. According to the…