Browse Source

no timeout here

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

+ 0 - 2
src/pgsql.erl

@@ -184,8 +184,6 @@ receive_extended_result(C, Ref, Rows) ->
             end;
             end;
         {Ref, {complete, _Type}} ->
         {Ref, {complete, _Type}} ->
             {ok, lists:reverse(Rows)};
             {ok, lists:reverse(Rows)};
-        {Ref, timeout} ->
-            {error, timeout};
         {'EXIT', C, _Reason} ->
         {'EXIT', C, _Reason} ->
             {error, closed}
             {error, closed}
     end.
     end.