OSDN Git Service

Update frontend libpq to remove limits on query lengths,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Aug 1999 01:37:37 +0000 (01:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Aug 1999 01:37:37 +0000 (01:37 +0000)
commitab5cafa5d3f47439d8f65516bc5b88ad04117621
tree33724b61ca936a81b37106ffa29ba4e396a543fd
parent130e372b5d55fcd8201518adc9025a5cb0f13b56
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...
src/interfaces/libpq/Makefile.in
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-lobj.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pqexpbuffer.c [new file with mode: 0644]
src/interfaces/libpq/pqexpbuffer.h [new file with mode: 0644]
src/interfaces/libpq/win32.mak