Re: ERROR: No one parent tuple was found

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: No one parent tuple was found
Дата
Msg-id 15827.954893141@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: No one parent tuple was found  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
>  ERROR:  No one parent tuple was found
> Everything seems work fine. How dangerous this error ?

Not very.  This comes out of the VACUUM code that tries to deal with
maybe-not-quite-dead tuples (stuff that's been updated and the update
has committed, but there is at least one open transaction that's old
enough that it should see the pre-update tuple state if it decides to
look at the table).  You can ensure that none of that logic runs if you
simply perform the VACUUM with no other transactions open.

I think there are probably still bugs in that area in current
sources :-( ... it's not exercised enough.
        regards, tom lane


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: CURSOR after hitting end
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Re: BSD/OS regression on 7.0