Re: AW: more corruption

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AW: more corruption
Дата
Msg-id 13183.963281764@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: AW: more corruption  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы RE: AW: more corruption  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
>>>> I vacuumed here and it worked. I did not use my "old" pg_log file - what
>>>> did I lose?
>> 
>> Hard to tell.  Any tuples that weren't already marked on disk as "known
>> committed" have probably gone missing, because their originating
>> transaction IDs likely won't be shown as committed in the new pg_log.
>> So I'd look for missing tuples from recent transactions in the old DB.
>> 

> Hmm,this may be more serious.
> MVCC doesn't see committed(marked HEAP_XMIN_COMMITTED) but
> not yet committed(t_xmin > CurrentTransactionId) tuples.
> He will see them in the future.

But he did a vacuum --- won't that get rid of any tuples that aren't
currently considered committed?
        regards, tom lane


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

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: postgres 7.2 features.
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: AW: more corruption