OSDN Git Service

Clean up pg_dump coredumps caused by change of output formatting for
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jan 2000 03:54:58 +0000 (03:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jan 2000 03:54:58 +0000 (03:54 +0000)
commit97e82dc72c0cabf72bcfe760073995b89d4a73d6
treee727d78af96f4e2840654bb922ab9946182d6d4c
parent255e07e829f07a6d7acbd58e0513de3ae20ef0a5
Clean up pg_dump coredumps caused by change of output formatting for
oidvector/int2vector.  pg_dump code was assuming that it would see
exactly FUNC_MAX_ARGS integers in the string returned by the backend.
That's no longer true.  (Perhaps that change wasn't such a good idea
after all --- will it break any other applications??)
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h