diff options
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/psycopg2.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/psycopg2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index 81e1ade8a..2a949c443 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py @@ -730,6 +730,7 @@ class PGDialect_psycopg2(PGDialect): 'SSL SYSCALL error: Bad file descriptor', 'SSL SYSCALL error: EOF detected', 'SSL error: decryption failed or bad record mac', + 'SSL SYSCALL error: Operation timed out', ]: idx = str_e.find(msg) if idx >= 0 and '"' not in str_e[:idx]: |