| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Buildfarm failure - pl/tcl on snake |
| Date: | 2005-07-22 16:55:38 |
| Message-ID: | 42E1250A.803@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
>"Dave Page" <dpage(at)vale-housing(dot)co(dot)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~/pgbuildfarm/client-code/run_build.pl?rev=1.35&content-type=text/plain
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.
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2005-07-22 17:31:58 | Re: [HACKERS] Planner doesn't look at LIMIT? |
| Previous Message | Bruno Wolff III | 2005-07-22 16:51:11 | Re: Imprecision of DAYS_PER_MONTH |