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 20070322155825.43D969FB6E2@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.

Modified Files:
--------------
    pgsql/contrib/tsearch2/wordparser:
        parser.c (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c.diff?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove tabs in SGML files.
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the