Re: pg_filedump strangeness

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_filedump strangeness
Дата
Msg-id 20100406223359.GG3491@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pg_filedump strangeness  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > I'm chasing an apparent index corruption problem, and I came across
> > something I can't quite explain in pg_filedump.  Say I dump a non-leaf
> > btree index page:
> 
> I think this is actually OK.  Remember that in a non-rightmost page,
> item 1 is the high key not a data entry.

Oh, BTW, this is not what's corrupted about this index -- I just had
trouble following what pg_filedump was reporting.  The corruption is
more subtle: vacuum cannot find the parent page when trying to mark a
page for deletion.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_filedump strangeness
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Win32 timezone matching