pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware
Date: 2009-01-09 13:03:55
Message-ID: 20090109130355.CA5F8754A1B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix strftime usage on Win32 when trying to fetch the locale-aware
parts of a time string so it properly handles different encodings.

Original patch by Hiroshi Saito, heavily reworked by me and
ITAGAKI Takahiro.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
pg_locale.c (r1.43 -> r1.44)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_locale.c?r1=1.43&r2=1.44)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-09 13:37:18 pgsql: Change chapter titles thus: III.
Previous Message Peter Eisentraut 2009-01-09 12:37:37 pgsql: More portable use of "find".