Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)
Date: 2009-01-19 17:45:16
Message-ID: 4974BC2C.6010806@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 | Access privileges
------------+--------+----------+-------------+-------------+-------------------
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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-19 18:00:26 Re: [PATCHES] GIN improvements
Previous Message Alvaro Herrera 2009-01-19 17:20:19 Re: [PATCHES] GIN improvements