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

From Devrim GÜNDÜZ
Subject Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)
Date
Msg-id 1232389226.3331.113.camel@laptop.gunduz.org
Whole thread Raw
In response to Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: tsearch with Turkish locale ( was Re: foreign_data test fails with non-C locale)  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
On Mon, 2009-01-19 at 20:45 +0300, Teodor Sigaev wrote:
> How to reproduce that?

-bash-3.2$ psql -l                                        List of databases   Name    |  Owner   | Encoding |
Collation |    Ctype    |          Access Privileges           
------------+----------+----------+-------------+-------------+-------------------------------------postgres   |
postgres| UTF8     | tr_TR.UTF-8 | tr_TR.UTF-8 | regression | postgres | UTF8     | tr_TR.UTF-8 | tr_TR.UTF-8 |
template0 | postgres | UTF8     | tr_TR.UTF-8 | tr_TR.UTF-8 | {=c/postgres,postgres=CTc/postgres}template1  | postgres
|UTF8     | tr_TR.UTF-8 | tr_TR.UTF-8 | {=c/postgres,postgres=CTc/postgres} 
(4 rows)

-bash-3.2$  ./pg_regress --inputdir=. --dlpath=. --multibyte=UTF8 --load-language=plpgsql --top-builddir=../../..
--schedule=./parallel_schedule
(using postmaster on Unix socket, default port)

<snip>    timestamp            ... FAILED    timestamptz          ... FAILED
<snip>    tsearch              ... FAILED    tsdicts              ... FAILED    foreign_data         ... FAILED

========================5 of 120 tests failed.
========================

This is on a Fedora-9 x86 box, and:

-bash-3.2$ rpm -qv glibc
glibc-2.8-8.i686

Regards,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr                  http://www.gunduz.org

pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: [PATCHES] GIN improvements
Next
From: Teodor Sigaev
Date:
Subject: Re: Review: B-Tree emulation for GIN