| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix pg_restore to guard against unexpected EOF while reading an |
| Date: | 2007-08-06 01:38:24 |
| Message-ID: | 20070806013824.BD7479FB3BF@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Per report and partial patch from Chad Wagner.
Tags:
----
REL8_2_STABLE
Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.138.2.1 -> r1.138.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.138.2.1&r2=1.138.2.2)
pg_backup_custom.c (r1.36.2.1 -> r1.36.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_custom.c.diff?r1=1.36.2.1&r2=1.36.2.2)
pg_backup_files.c (r1.29.2.1 -> r1.29.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_files.c.diff?r1=1.29.2.1&r2=1.29.2.2)
pg_backup_tar.c (r1.56.2.1 -> r1.56.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c.diff?r1=1.56.2.1&r2=1.56.2.2)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-08-06 01:38:32 | pgsql: Fix pg_restore to guard against unexpected EOF while reading an |
| Previous Message | Tom Lane | 2007-08-06 01:38:15 | pgsql: Fix pg_restore to guard against unexpected EOF while reading an |