Browse Source

no timeout here

Anton Lebedevich 13 years ago
parent
commit
9d4f7ac960
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/pgsql.erl

+ 0 - 2
src/pgsql.erl

@@ -164,8 +164,6 @@ receive_result(C, Ref, Cols, Rows) ->
             {ok, Cols, lists:reverse(Rows)};
             {ok, Cols, lists:reverse(Rows)};
         {Ref, done} ->
         {Ref, done} ->
             done;
             done;
-        {Ref, timeout} ->
-            throw({error, timeout});
         {'EXIT', C, _Reason} ->
         {'EXIT', C, _Reason} ->
             throw({error, closed})
             throw({error, closed})
     end.
     end.