]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Modify libpq's pqexpbuffer to eliminate length restriction on how much
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Jan 2000 02:59:46 +0000 (02:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Jan 2000 02:59:46 +0000 (02:59 +0000)
commit2fd4e7762c90ca6e1f87f9d4260bd5a68fdc3c15
tree30ca6863982cad420e686516f2748ed8550c8730
parent6759f4388f56d7ea35d19db9cba3a2a7e652b6ed
Modify libpq's pqexpbuffer to eliminate length restriction on how much
data can be formatted per call.  This requires relying on vsnprintf().
On machines that haven't got vsnprintf, link in the version from
backend/port/.
src/interfaces/libpq/Makefile.in
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h