Re: heap page corruption not easy

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: heap page corruption not easy
Дата
Msg-id 3A3EB29B.AAAD7E3D@tpf.co.jp
обсуждение исходный текст
Ответ на RE: heap page corruption not easy  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
"Mikheev, Vadim" wrote:
> 
> > The point is, that the heap page is only modified in places that were
> > previously empty (except header). All previous row data stays exactly
> > in the same place. Thus if a page is only partly written
> > (any order of page segments) only a new row is affected.
> 
> Exception: PageRepairFragmentation() and PageIndexTupleDelete() are
> called during vacuum - they change layout of tuples.
>

Is it guaranteed that the result of PageRepairFragmentation()
has already been written to disk when tuple movement is logged ?

Regards.
Hiroshi Inoue


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Who is a maintainer of GiST code ?
Следующее
От: Ryan Kirkpatrick
Дата:
Сообщение: Re: [DOCS] 7.1 features list