Re: [HACKERS] BlowAwayRelationBuffers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] BlowAwayRelationBuffers
Дата
Msg-id 9212.947665482@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BlowAwayRelationBuffers  (Adriaan Joubert <a.joubert@albourne.com>)
Ответы RE: [HACKERS] BlowAwayRelationBuffers  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Re: [HACKERS] BlowAwayRelationBuffers  (Alfred Perlstein <bright@wintelcom.net>)
Список pgsql-hackers
Adriaan Joubert <a.joubert@albourne.com> writes:
> Hmmm, I got the following this morning on version 6.5.2 on DEC Alpha
> during a vacuum verbose analyze. Ended up with duplicate rows of
> everything.

Really!?  The referencecount failure doesn't surprise me a whole lot,
given the refcount bugs that I fixed a couple months ago (no, those
fixes are not in 6.5.* :-().  But VACUUM is supposed to be guaranteed
proof against generating duplicate tuples by design --- that's what
all the HEAP_MOVED_OFF and HEAP_MOVED_IN foofaraw is about.

Perhaps there is a glitch in the tuple validity checking logic for
HEAP_MOVED_OFF/HEAP_MOVED_IN?  Anyone see it?

Given that this was on an Alpha, it could be a 64-bit-platform-
dependency kind of bug...
        regards, tom lane


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

Предыдущее
От: Adriaan Joubert
Дата:
Сообщение: BlowAwayRelationBuffers
Следующее
От: Adriaan Joubert
Дата:
Сообщение: Re: [HACKERS] Re: Regress tests reveal *serious* psql bug