OSDN Git Service

Eliminate query length limitation imposed by pg_client_to_server
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Sep 1999 22:28:11 +0000 (22:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Sep 1999 22:28:11 +0000 (22:28 +0000)
commit4644fc80714f91997ce660be580c98c9bd9a525c
tree5470c8fefb2c51419a666671ade40ddcbedf527e
parentb65ab3191069944a81c35911c9c846f8e08ef1a2
Eliminate query length limitation imposed by pg_client_to_server
and pg_server_to_client.  Eliminate copy.c's restriction on the length
of a single attribute.
src/backend/commands/copy.c
src/backend/libpq/pqformat.c
src/backend/utils/mb/mbutils.c
src/include/config.h.in