]> granicus.if.org Git - postgresql/commit
Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 20 Nov 2006 14:03:30 +0000 (14:03 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 20 Nov 2006 14:03:30 +0000 (14:03 +0000)
commit419fe7cd1b2e658dfec236422308a21cab6c6c30
tree0bf7b1e96e9734b9553f810c029dfe6d156a71d0
parent1a5c450f3024ac57cd6079186c71b3baf39e84eb
Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.
Fix string's length calculation for recoding, fix strlower() to avoid wrong
assumption about length of recoded string (was: recoded string is no greater
that source, it may not true for multibyte encodings)
Thanks to Thomas H. <me@alternize.com> and Magnus Hagander <mha@sollentuna.net>
contrib/tsearch2/dict_ex.c
contrib/tsearch2/dict_snowball.c
contrib/tsearch2/dict_syn.c
contrib/tsearch2/ispell/spell.c
contrib/tsearch2/stopword.c
contrib/tsearch2/ts_locale.c