You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when running in a timeout, for example with the query SELECT sub.ret FROM (SELECT pg_sleep(10), 'OK' AS ret) AS sub, the error returned is {error, closed}.
Do you think it would be possible to return the error {error, timeout} instead?
The text was updated successfully, but these errors were encountered:
Hi!
Currently, when running in a timeout, for example with the query
SELECT sub.ret FROM (SELECT pg_sleep(10), 'OK' AS ret) AS sub
, the error returned is{error, closed}
.Do you think it would be possible to return the error
{error, timeout}
instead?The text was updated successfully, but these errors were encountered: