Log Message:
-----------
Patch of Win32 Encoding problem for server messages using
FormatMessage() (This should have been in 8.2.0, patched to 8.2.X and
HEAD):

I think this problem to be complex....
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00042.php

FormatMessage of windows cannot consider the encoding of the database.
However, I should try the solution now. It is necessary to clear the
problem.

Multi character-code exists together in message and log. It doesn't
consider
the data base encoding that the user intended....

The user in multi-byte country can try this.
http://inet.winpg.jp/~saito/pg_bug/MessageCheck.c

That is, it is likely to become it in this manner.(Japanese)
http://inet.winpg.jp/~saito/pg_bug/FormatMessage998.png

Hiroshi Saito

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/port/dynloader:
        win32.c (r1.8 -> r1.8.2.1)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/dynloader/win32.c.diff?r1=1.8&r2=1.8.2.1)
    pgsql/src/backend/port/win32:
        socket.c (r1.14 -> r1.14.2.1)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/socket.c.diff?r1=1.14&r2=1.14.2.1)
    pgsql/src/interfaces/libpq:
        win32.c (r1.19 -> r1.19.2.1)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.c.diff?r1=1.19&r2=1.19.2.1)
    pgsql/src/port:
        dirmod.c (r1.44 -> r1.44.2.1)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.44&r2=1.44.2.1)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to