Point in time recovery 20020822_01_pitr.patch

Поиск
Список
Период
Сортировка
От J. R. Nield
Тема Point in time recovery 20020822_01_pitr.patch
Дата
Msg-id 1030073947.2626.94.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Point in time recovery 20020822_01_pitr.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Point in time recovery 20020822_01_pitr.patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Point in time recovery 20020822_01_pitr.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Here's a patch to do point-in-time recovery against 7.3 head. Still to
be resolved in this patch:

    * CREATE/DROP database are still unlogged. dbcommands.c needs a
re-write to make that possible, since all the file and directory
operations will need to be logged, as will the data.

    * Is it really safe to do block-aligned reads to copy the database
files once (if) we remove backup blocks from the log? Should support be
added to go through the buffer manager?


New Files:
    ./doc/FAQ_PITR
    ./src/backend/commands/recoverycmds.c
    ./src/include/commands/recoverycmds.h


--
J. R. Nield
jrnield@usol.com



Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: NAMEDATALEN doc update
Следующее
От: Neil Conway
Дата:
Сообщение: another NAMEDATALEN fix