Eliminate query length limitation imposed by pg_client_to_server

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

Commit: 4644fc80714f91997ce660be580c98c9bd9a525c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-09-11T22:28:11Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/commands/copy.c modified +65 −109
src/backend/libpq/pqformat.c modified +23 −18
src/backend/utils/mb/mbutils.c modified +49 −27
src/include/config.h.in modified +0 −8