| From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
|---|---|
| To: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
| Cc: | Florian Pflug <fgp(at)phlo(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Erik Rijkers <er(at)xs4all(dot)nl>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Range Types - typo + NULL string constructor |
| Date: | 2011-10-09 00:14:21 |
| Message-ID: | 1318119261.1724.108.camel@jdavis |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, 2011-10-08 at 12:44 -0700, Jeff Janes wrote:
> When I apply this to head, "make check" fails with:
>
> create type textrange_en_us as range(subtype=text, collation="en_US");
> + ERROR: collation "en_US" for encoding "SQL_ASCII" does not exist
>
> Is this a problem? e.g. will it break the build-farm?
>
> "make check LANG=en_US" does pass
Thank you for pointing that out. I think I need to remove those before
commit, but I just wanted them in there now to exercise that part of the
code.
Is there a better way to test collations like that?
Regards,
Jeff Davis
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Janes | 2011-10-09 00:15:00 | Re: unite recovery.conf and postgresql.conf |
| Previous Message | Christopher Browne | 2011-10-08 21:07:01 | Re: libpq, PQdescribePrepared -> PQftype, PQfmod, no PQnullable |