Skip to content

Commit 3d778c1

Browse files
oops
1 parent ac018bf commit 3d778c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgrex/protocol.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ defmodule Postgrex.Protocol do
20912091
bind_execute(s, status, query, params)
20922092

20932093
{error, _, _} = other when error in [:error, :disconnect] ->
2094-
handle_disconnect_retry(other)
2094+
other
20952095
end
20962096
end
20972097

0 commit comments

Comments
 (0)