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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
Дата
Msg-id 20050415164059.F2B8553810@svr1.postgresql.org
обсуждение исходный текст
Список 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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.101.4.4 -> r1.101.4.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.101.4.4&r2=1.101.4.5)
        pg_dump.c (r1.400.4.2 -> r1.400.4.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.400.4.2&r2=1.400.4.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2)