> -----Original Message----- > From: Andrew Dunstan [mailto:[EMAIL PROTECTED] > Sent: 22 July 2005 17:56 > To: Tom Lane > Cc: Dave Page; PostgreSQL-development > Subject: Re: [HACKERS] Buildfarm failure - pl/tcl on snake > > > > Tom Lane wrote: > > >"Dave Page" <dpage@vale-housing.co.uk> writes: > > > > > >>CVS HEAD is consistently failing on snake in pl/tcl, > >> > >> > > > >Looks like a locale issue to me, ie, sort order of "KEY" > relative to "key". > >Are you running the installcheck tests in C locale? > > > >(If the buildfarm script doesn't force C locale, maybe it should.) > > > > > > Latest CVS tip version does. Dave, please update your run_build.pl to > > http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/~checkout~/pgbuild > farm/client-code/run_build.pl?rev=1.35&content-type=text/plain
Okay, no problem. FWIW, the locale defaults to English_United Kingdom.1252 on Snake. > I will cut a bug fix release shortly. > > The reason we don't see the error on REL8_0_STABLE is that PL > checks are > only done at all on HEAD right now, because they take > advantage of the > unified installcheck infrastructure we put in place a couple > of months > back and which of course was not backported. Ahh, must have missed that. /D ---------------------------(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