pgsql-server/src/bin/pg_dump pg_backup_archive ...

Started by Tom Laneabout 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/05/03 18:19:00

Modified files:
src/bin/pg_dump: pg_backup_archiver.c pg_dump.c

Log message:
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.