Jamie Lawrence <postgres@jal.org> writes:
> cal=# select * from states, cities;
> server sent binary data ("B" message) without prior row description ("T" message)
Before 7.4, the client-side libpq library tended to go nuts like this
if the received query result overran available memory.
regards, tom lane