| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера