Re: AW: Re: Backup and Recovery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AW: Re: Backup and Recovery
Дата
Msg-id 6790.994425243@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AW: Re: Backup and Recovery  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at> writes:
>> Ideally the archiving
>> process would also discard records from aborted transactions, but I'm
>> not sure how hard that'd be to do.

> Unless we have UNDO we also need to roll forward the physical changes of 
> aborted transactions, or later redo records will "sit on a wrong physical image".

Wouldn't it be the same as the case where we *do* have UNDO?  How is a
removed tuple different from a tuple that was never there?
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Backup and Recovery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proper use of select() parameter nfds?