Re: [RRR] Tests citext casts

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [RRR] Tests citext casts
Date: 2008-11-07 18:43:34
Message-ID: 20081107184334.GQ20501@it.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-rrreviewers

On Fri, Nov 07, 2008 at 10:15:17AM -0800, David E. Wheeler wrote:
> On Nov 5, 2008, at 12:34 PM, Kenneth Marshall wrote:
>
>> I am using the anonymous CVS repository, it returns the following
>> information in pg_catalog.pg_settings:
>
> What is lc_collate set to?
>
> % show lc_collate;
>
> FWIW, I just ran the tests myself and all passed, with and without the
> patch (using en_US.UTF-8). I think that the regression tests generally
> expect to be run with the C locale, though en_US generally works fine, too,
> given that ASCII ordering has the same semantics.
>
> Best,
>
> David
>
David,

Thank you for the pointers. lc_collate is set to en_US.UTF-8. I
re-initdb the database with the --no-locale option and then the
tests passed successfully. Thank you for the reminder that the
regression tests need to run against a C locale database.

Regards,
Ken

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2008-11-07 18:48:29 Re: [RRR] Tests citext casts
Previous Message Tom Lane 2008-11-07 18:36:30 Re: Distinct types

Browse pgsql-rrreviewers by date

  From Date Subject
Next Message David E. Wheeler 2008-11-07 18:48:29 Re: [RRR] Tests citext casts
Previous Message David E. Wheeler 2008-11-07 18:15:17 Re: [RRR] Tests citext casts