Re: cvs head initdb hangs on unixware - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: cvs head initdb hangs on unixware
Date
Msg-id 4936CC67.5090206@dunslane.net
Whole thread Raw
In response to Re: cvs head initdb hangs on unixware  (ohp@pyrenet.fr)
Responses Re: cvs head initdb hangs on unixware
List pgsql-hackers

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?

cheers

andrew


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Visibility map, partial vacuums
Next
From: Heikki Linnakangas
Date:
Subject: Re: cvs head initdb hangs on unixware