Re: BUG #5178: make check fails because of locale en_AU.US-ASCII

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Boh Yap <bhyz00(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5178: make check fails because of locale en_AU.US-ASCII
Date: 2009-11-11 20:04:06
Message-ID: 1257969846.22025.16.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On ons, 2009-11-11 at 14:27 -0500, Tom Lane wrote:
> Okay. Then we need to fix pg_get_encoding_from_locale to distinguish
> "I don't know the locale's encoding" from "I know the encoding and
> it's
> SQL_ASCII". I'm inclined to make it return -1 for the former,

Makes sense.

The other alternative is to create a real 7-bit ASCII encoding, but I
doubt it's worth the effort.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-11-11 21:02:20 Re: BUG #5178: make check fails because of locale en_AU.US-ASCII
Previous Message Tom Lane 2009-11-11 19:27:32 Re: BUG #5178: make check fails because of locale en_AU.US-ASCII