Re: initdb of regression test failed.

From: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: <pgsql-patches(at)postgresql(dot)org>
Cc: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Subject: Re: initdb of regression test failed.
Date: 2007-10-04 04:22:34
Message-ID: 20071004130126.BD13.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I wrote:
> I'll suggest to use UTF8 if the encoding is UTF-8 or NOT specified and
> we don't support the locale encoding on Windows, i.e. locale is always
> enabled on regression tests.

Here is a patch to do it on Windows.
1. Use UTF-8 if the locale encoding is not available for server.
2. Allow mismatch between server and locale encodings if the server
encoding is UTF-8.

I succeeded to run regression test on Japanese version of Windows
with the patch, but please test it on other language versions.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Attachment Content-Type Size
utf8_win32.patch application/octet-stream 2.6 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Saito 2007-10-04 05:43:51 Re: initdb of regression test failed.
Previous Message ITAGAKI Takahiro 2007-10-04 02:43:29 Re: initdb of regression test failed.