Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale) - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)
Date
Msg-id 4974BC2C.6010806@sigaev.ru
Whole thread Raw
In response to tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-hackers
> I think the test show that there is a bug in the tsearch support for 
> Turkish.  Here is the test diff:
How to reproduce that?

% psql -l                               List of databases    Name    | Owner  | Encoding |  Collation  |    Ctype    |
Accessprivileges
 
------------+--------+----------+-------------+-------------+------------------- postgres   | pgsql  | UTF8     |
tr_TR.UTF-8| tr_TR.UTF-8 | regression | teodor | UTF8     | tr_TR.UTF-8 | tr_TR.UTF-8 |
 

% ./pg_regress --inputdir=. --dlpath=. --multibyte=UTF8 --load-language=plpgsql   --top-builddir=../../..
--schedule=./parallel_schedule
...
======================= All 120 tests passed.
=======================


-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] GIN improvements
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] GIN improvements