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

From Tom Lane
Subject Re: cvs head initdb hangs on unixware
Date
Msg-id 3474.1228929438@sss.pgh.pa.us
Whole thread Raw
In response to Re: cvs head initdb hangs on unixware  (ohp@pyrenet.fr)
Responses Re: cvs head initdb hangs on unixware  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Re: cvs head initdb hangs on unixware  (ohp@pyrenet.fr)
List pgsql-hackers
ohp@pyrenet.fr writes:
> On Wed, 10 Dec 2008, Heikki Linnakangas wrote:
>> BTW, why does this work on warthog buildfarm member? Different compiler 
>> version?
>> 
> it's configured with --enable-debug.
> Maybe run_build.pl should run twice, onece with --enable-debug once 
> without.

No, the standard way to deal with such issues is to set up two buildfarm
members.  This would be a 100% waste of cycles for gcc-based members
anyway, since gcc generates the same code with or without -g.  However,
for compilers where it makes a difference, it might well be worth having
an additional member to test the optimized build.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: default values for function parameters
Next
From: Tom Lane
Date:
Subject: Re: WIP: default values for function parameters