Recovery on incomplete write

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Recovery on incomplete write
Дата
Msg-id 000d01bf096d$3a22aee0$2801007e@cadzone.tpf.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] Recovery on incomplete write  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

I have wondered that md.c handles incomplete block(page)s
correctly.
Am I mistaken ?

1) _mdnblocks() takes the last incomplete block into account

2) mdextend() doesn't care about the existence of incomplete   block(page)s.

3) In spite of 1)2),mdextend() does nothing when incomplete   write occurs.

Comments ?

If I am right,I would provide a patch.

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Patch for user-defined C-language functions
Следующее
От: Oleg Broytmann
Дата:
Сообщение: Re: [HACKERS] 6.5.2