pgsql: Make locale_messages_assign() really work on Windows; the prior - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Make locale_messages_assign() really work on Windows; the prior
Date
Msg-id 20041017200227.152CA329EB3@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove dllist.c from libpq.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Give a more user-friendly error message in situation where CREATE