pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
Date: 2005-04-15 16:40:36
Message-ID: 20050415164036.D095853827@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,
which induced bug #1597 in addition to having several other misbehaviors
(like labeling the dump with a completion time having nothing to do with
reality). Instead just print out the desired strings where RestoreArchive
was already emitting the 'PostgreSQL database dump' and
'PostgreSQL database dump complete' strings.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.106 -> r1.107)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.106&r2=1.107)
pg_dump.c (r1.406 -> r1.407)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.406&r2=1.407)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-15 16:40:59 pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
Previous Message Neil Conway 2005-04-15 04:29:34 pgsql: This patch changes the use of varargs.h to stdarg.h as required