OSDN Git Service

Fix pg_dump to use the same maximum-query-size constant as
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 May 1999 21:51:13 +0000 (21:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 May 1999 21:51:13 +0000 (21:51 +0000)
commit8eb18d874edf4cf2c693f33271d38ff58a2f0631
tree79d45dfc45a80e84e2f529c15b82d3d95356ac0e
parent26fb87d37e9d1a501c787527515e269ea6e96e4b
Fix pg_dump to use the same maximum-query-size constant as
the backend does.  Remove unnecessary limitation on field size in
dumpClasses_dumpData (ie, -d or -D case).
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h