]> granicus.if.org Git - postgresql/commit
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 22 Mar 2007 15:58:24 +0000 (15:58 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 22 Mar 2007 15:58:24 +0000 (15:58 +0000)
commitbb8998a4755829388bdd151d3fd346f9688357d5
tree11049edfbe630e05cdf353cd9402aeddbf06fb30
parentc68a631ce7ed0424c24351aa9bbe599b6548a51e
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
sizeof(wchar_t) = 2 instead of 4.
contrib/tsearch2/wordparser/parser.c