diff --git a/store/postgres/src/connection_pool.rs b/store/postgres/src/connection_pool.rs index 756db59bad0..6040ecc71e9 100644 --- a/store/postgres/src/connection_pool.rs +++ b/store/postgres/src/connection_pool.rs @@ -566,7 +566,6 @@ impl r2d2::HandleError for ErrorHandler { // in a locale other than English. In that case, their database will // be marked as unavailable even though it is perfectly fine. if msg.contains("canceling statement") - || msg.contains("no connection to the server") || msg.contains("terminating connection due to conflict with recovery") { return;