Re: [HACKERS] Buildfarm failure - pl/tcl on snake

2005-07-22 Thread Dave Page
> -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: > > >

Re: [HACKERS] Buildfarm failure - pl/tcl on snake

2005-07-22 Thread Andrew Dunstan
Tom Lane wrote: "Dave Page" 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

Re: [HACKERS] Buildfarm failure - pl/tcl on snake

2005-07-22 Thread Tom Lane
"Dave Page" 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.) r

[HACKERS] Buildfarm failure - pl/tcl on snake

2005-07-22 Thread Dave Page
CVS HEAD is consistently failing on snake in pl/tcl, whilst REL8_0_STABLE is passing just fine. select * from T_pkey1 order by key1 using @<, key2; key1 | key2 | txt --+--+-- - 1 | KEY1-3