Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mabrek committed Oct 28, 2011
1 parent 0172407 commit 62eb013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgsql_sock.erl
Expand Up @@ -449,7 +449,7 @@ on_message({$D, <<_Count:?int16, Bin/binary>>}, State) ->
State#state.columns
end,
Data = pgsql_wire:decode_data(Columns, Bin),
{noreply, State#state{rows = [Data, State#state.rows]}};
{noreply, State#state{rows = [Data | State#state.rows]}};

%% PortalSuspended
on_message({$s, <<>>}, State) ->
Expand Down

0 comments on commit 62eb013

Please sign in to comment.