Update frontend libpq to remove limits on query lengths,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ab5cafa5d3f47439d8f65516bc5b88ad04117621
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-08-31T01:37:37Z
Releases: 7.1.1
Update frontend libpq to remove limits on query lengths,
error/notice message lengths, and number of fields per tuple.  Add
pqexpbuffer.c/.h, a frontend version of backend's stringinfo module.
This is first step in applying Mike Ansley's long-query patches,
even though he didn't do any of these particular changes...

Files