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)
commit7654b4420c300bab8744cf7a78408659e154842f
tree4ca72ee350210d5fc326164eeb5acc9da22ba4c6
parent619602997dd1384a6eb82face17e3225fc508e09
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