Re: Solve a problem of LC_TIME of windows.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Solve a problem of LC_TIME of windows.
Дата
Msg-id 20090107132252.GB14891@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Solve a problem of LC_TIME of windows.  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: Solve a problem of LC_TIME of windows.  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-hackers
ITAGAKI Takahiro wrote:
> 
> Hiroshi Inoue <inoue@tpf.co.jp> wrote:
> 
> > Seems LC_CTYPE and LC_TIME should be convertible even though we use
> > wcsftime (which internally calls strftime?).
> 
> Ok, wcsftime() requries both LC_TIME and LC_CTYPE are the same setting
> (at least encoding) on Windows.

shouldn't this use LC_TIME?

+       setlocale(LC_CTYPE, locale_time);

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: incoherent view of serializable transactions
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Solve a problem of LC_TIME of windows.