Fix erroneous space calculation leading to core dump in dumpProcLangs,
authorTom Lane <[email protected]>
Sat, 3 May 2003 22:19:18 +0000 (22:19 +0000)
committerTom Lane <[email protected]>
Sat, 3 May 2003 22:19:18 +0000 (22:19 +0000)
commitdcdb63eddf65e6b2070a5c180a24a49d2b8275b3
treed0cfa16694ea5817ab6e6d502e99846b0a0e381d
parent61a64169839711f6be372846e197b8e823ddff73
Fix erroneous space calculation leading to core dump in dumpProcLangs,
per report from Olivier Prenant.  Also fix off-by-one space calculation
in ReadToc; this woould not have hurt us until we had more than 100
dependencies for a single object, but wrong is wrong.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c