Re: cvs head initdb hangs on unixware

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cvs head initdb hangs on unixware
Дата
Msg-id 5692.1228705041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: cvs head initdb hangs on unixware  (ohp@pyrenet.fr)
Ответы Re: cvs head initdb hangs on unixware
Список pgsql-hackers
ohp@pyrenet.fr writes:
> As you can see in attached initdb.log, it seems fsm_search_avail is called 
> repeatedly and args are sort of looping...

That's expected, since the system is inserting a lot of tuples
successively.  What it looks like to me is that the failing call is the
first one where the initial test *doesn't* result in falling out
immediately.  So the probability is that there's something wrong with
the code that descends the tree.

Note that the all-zeroes pages in your dump are uninformative because
none of the real FSM data has been written to disk yet.  We can see
from this trace that the code is dealing with not-all-zero pages.
        regards, tom lane


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