Re: cvs head initdb hangs on unixware

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: cvs head initdb hangs on unixware
Дата
Msg-id 200812032246.mB3MkFY02180@momjian.us
обсуждение исходный текст
Ответ на Re: cvs head initdb hangs on unixware  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
> 
> 
> ohp@pyrenet.fr wrote:
> >>
> >> Looking at fsm_rebuild_page, I wonder if the compiler is treating 
> >> "int" as an unsigned integer? That would cause an infinite loop.
> >>
> >>
> > No, a simple printf of nodeno shows it  starting at 4096 all the way 
> > down to 0, starting back at 4096...
> >
> > I wonder if leftchild/rightchild definitions has something to do with 
> > it...
> 
> With probably no relevance at all, I notice that this routine is 
> declared extern, although it is only referenced in its own file 
> apparently. Don't we have a tool that checks that?

Sure, src/tools/find_static.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Simple postgresql.conf wizard
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Simple postgresql.conf wizard