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

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Date: 2007-03-22 15:59:09
Message-ID: 20070322155909.68D6D9FB7E8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-22 18:57:52 pgsql: Remove the currently unused FRONTEND case in dllist.c.
Previous Message Teodor Sigaev 2007-03-22 15:58:25 pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the