Group: pgsql.hackers


Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/15/2007 8:48:38 PM
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim@CommandPrompt.com> writes: > On Thu, 2007-11-15 at 21:26 -0400, Marc G. Fournier wrote: >> Any idea on how often narwhal will do a build? > It looks that it builds -HEAD every 6 hours: > http://pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD > and the next build is 2 hours later. Yeah. Theoretically we should be OK because we have a couple of green results from MSVC animals, but I wouldn't mind waiting two hours to see one from a Windows/gcc build. I already asked Dave if he could force a rebuild from home, no go :-( regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly

Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/15/2007 9:59:00 PM
"Joshua D. Drake" <jd@commandprompt.com> writes: > Since we are waiting anyway, something I brought up to Dave about this > exact problem was the idea of a "freeze" :). E.g; All animals must go > green and stay green with zero additional commits for 24 hours before > we wrap. > Is that something that sounds reasonable? Sounds like a good way to waste a day. Even more likely, people would hold off fixing problems till after a beta, because it would reset the counter; and then commit the changes later, guaranteeing that they'd get *less* testing. That's not even mentioning the problem that animals fail on a near-daily basis for reasons beyond our control. I'm not in favor of arbitrary rules. The buildfarm is a tool to serve us, not vice versa. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/15/2007 10:25:44 PM
Andrew Dunstan <andrew@dunslane.net> writes: > Tom Lane wrote: >> I already asked Dave if he could force a rebuild from home, no go :-( > I will force one in a few minutes. narwhal and dawn_bat are both showing green, so I think we're ready to wrap at Marc's convenience. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match