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

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(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 18:20:26
Message-ID: 1232389226.3331.113.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2009-01-19 18:41:50 Re: Review: B-Tree emulation for GIN
Previous Message Teodor Sigaev 2009-01-19 18:15:57 Re: [PATCHES] GIN improvements