pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Date
Msg-id 20070322155909.68D6D9FB7E8@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
sizeof(wchar_t) = 2 instead of 4.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/tsearch2/wordparser:
        parser.c (r1.11.2.1 -> r1.11.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c.diff?r1=1.11.2.1&r2=1.11.2.2)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Remove the currently unused FRONTEND case in dllist.c.