]> granicus.if.org Git - postgresql/commit
Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Apr 2005 16:40:36 +0000 (16:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Apr 2005 16:40:36 +0000 (16:40 +0000)
commit348f856dc57902a8f951a570284918761da1776b
tree123e5ec03e9ebf6e22d3fe9602ce25b3929a9288
parent3fa790107048e3bd84a4c7f92b083810b0ed5f5f
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.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c