postgresql/storage: Forward psycopg2 QueryCanceled args to QueryTimeout
- Nov 24, 2023
-
-
Antoine Lambert authored
When raising a QueryTimeout exception, forward the arguments of the caught psycopg2 QueryCanceled exception to it.
b1b0f9c7
-
When raising a QueryTimeout exception, forward the arguments of the caught psycopg2 QueryCanceled exception to it.
Fix SWH-STORAGE-2X0Q.
When raising a QueryTimeout exception, forward the arguments of the caught psycopg2 QueryCanceled exception to it.