We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48b50 commit 30f019aCopy full SHA for 30f019a
lib/postgrex/protocol.ex
@@ -595,7 +595,7 @@ defmodule Postgrex.Protocol do
595
| {DBConnection.status(), state}
596
| {:disconnect, %RuntimeError{}, state}
597
| {:disconnect | :disconnect_and_retry,
598
- %DBConnection.ConnectionError{} | Postgrex.Error.t(), state}
+ %DBConnection.ConnectionError{} | Postgrex.Error.t(), state}
599
def handle_begin(_, %{postgres: {_, _}} = s) do
600
lock_error(s, :begin)
601
end
0 commit comments