]> 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:59 +0000 (16:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Apr 2005 16:40:59 +0000 (16:40 +0000)
commitbeb9e2ef3488e8676f1617eaab7135e5b77ea8eb
tree153997c694bab7f7033f6f41a269260d6df42fdd
parent69cb5acf62fac4524142601c8b1bf377006915a0
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