Comment 2 for bug 280145

Revision history for this message
Morten Brekkevold (mbrekkevold) wrote :

I took a look at the code, and it tries to detect a lost database connection by searching for certain substrings in the error message present in an SQLException. This is just ridiculous, as the error message has obviously changed in newer versions of PostgreSQL or the JDBC driver.

Working on a patch that matches against exception types instead.