Re: [PATCHES] Solve a problem of LC_TIME of windows.

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: "Magnus Hagander" <magnus(at)hagander(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>, "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] Solve a problem of LC_TIME of windows.
Date: 2008-11-25 13:03:52
Message-ID: 68B4047E859E4A4C97FAC4077F23DDFA@HIRO57887DE653
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hi ITAGAKI-san.

Um, It was not supported.
http://winpg.jp/~saito/pg_work/LC_MESSAGE_CHECK/LC_TIME_PATCH/ITAGAKI_PATCH.txt

The test of my various past is reproduced. Then, I proposed the management
regarded as best in them. and, to Magnus-san.
Does the reason for persisting in wsftime exceed a safe reason?

However, I may have missed something...

Regards,
Hiroshi Saito

----- Original Message -----
From: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>

>
> "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> wrote:
>
>> Umm, format operand seems to be a wide character sequence.
>
> Here is a patch to work around the wide character format string.
> The hack is the following line:
> +#define strftime(a,b,c,d) strftime_win32(a,b,L##c,d)
>
> We use only literals in the format strings, the macro adds
> wide character prefix (L"...") to them.
>
> Regards,
> ---
> ITAGAKI Takahiro
> NTT Open Source Software Center
>
>

--------------------------------------------------------------------------------

>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-11-25 13:09:37 Re: Erroring out on parser conflicts
Previous Message Peter Eisentraut 2008-11-25 12:26:41 Re: Re: [COMMITTERS] pgsql: Silence compiler warning about ignored return value.

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2008-11-26 03:03:01 Re: [PATCHES] Solve a problem of LC_TIME of windows.
Previous Message ITAGAKI Takahiro 2008-11-25 08:34:36 Re: [PATCHES] Solve a problem of LC_TIME of windows.