pgsql: Make locale_messages_assign() really work on Windows; the prior

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make locale_messages_assign() really work on Windows; the prior
Date: 2004-10-17 20:02:27
Message-ID: 20041017200227.152CA329EB3@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make locale_messages_assign() really work on Windows; the prior hack
only covered the case of assigning "", and failed to recognize that
actually setlocale(LC_MESSAGES,...) does not work at all on this platform.
Magnus Hagander, some code prettification by Tom Lane.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
pg_locale.c (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_locale.c.diff?r1=1.28&r2=1.29)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-17 20:47:23 pgsql: Give a more user-friendly error message in situation where CREATE
Previous Message Tom Lane 2004-10-16 22:53:07 pgsql: Remove dllist.c from libpq.