Thread: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the

pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the

From
teodor@postgresql.org (Teodor Sigaev)
Date:
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)