Re: Postgres problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres problems
Дата
Msg-id 13454.1030590674@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres problems  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I seem to have recovered from my Postgres probs.  I decided to do a vacuum
> full to clean things up.  I got this about halfway through:

> usa=# vacuum full analyze;
> ERROR:  No one parent tuple was found

> Any fix for that?

Try a "SELECT * FROM <table> FOR UPDATE" outside any transaction block.
That should clear the problem and let you vacuum.  This is fixed in CVS
tip but there's no fix in 7.2.2.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MemoryContextAlloc: invalid request size 1934906735
Следующее
От: Neil Conway
Дата:
Сообщение: Re: [Resend] Sprintf() auditing and a patch