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:58:25
Message-ID: 20070322155825.43D969FB6E2@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2007-03-22 15:59:09 pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Previous Message Bruce Momjian 2007-03-22 15:46:56 pgsql: Remove tabs in SGML files.