Re: Point in time recovery: recreating relation files

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Point in time recovery: recreating relation files
Дата
Msg-id 20020307141110A.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Point in time recovery: recreating relation files  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Point in time recovery: recreating relation files  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > In my understanding to prevent redo-ing two or more times while in the
> > recovery process, we need to compare LSN in the object against the LSN
> > in the WAL log.
> 
> But undo/redo checking on file creation or deletion is trivial: either
> the kernel has the file or it doesn't.  We do not need any other check
> AFAICS.

Are you saying that the table creation log record would contain a
relfilenode? I'm not sure the relfilenode is same before and after the
recovery if we consider the point time recovery.
--
Tatsuo Ishii


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: date formatting and tab-complete patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bad Build