postgresql/storage: Forward psycopg2 QueryCanceled args to QueryTimeout
When raising a QueryTimeout exception, forward the arguments of the caught psycopg2 QueryCanceled exception to it.
Fix SWH-STORAGE-2X0Q.
Staging instance, all changes can be removed at any time
When raising a QueryTimeout exception, forward the arguments of the caught psycopg2 QueryCanceled exception to it.
Fix SWH-STORAGE-2X0Q.