BUG #2479: Initdb fails on Turkish locale, on 7.4.13

From: "Devrim GNDZ" <devrim(at)commandprompt(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2479: Initdb fails on Turkish locale, on 7.4.13
Date: 2006-06-14 21:10:19
Message-ID: 200606142110.k5ELAJFK066457@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2479
Logged by: Devrim GNDZ
Email address: devrim(at)commandprompt(dot)com
PostgreSQL version: 7.4.13
Operating system: Linux / Fedora Core 5
Description: Initdb fails on Turkish locale, on 7.4.13
Details:

Hi,

I got the same error that was fixed in early 7.4.X . This is on a Fedora
Core 5 system which is up2date. The initdb command is:

bin/initdb -D data/ --locale=tr_TR.UTF-8

(Source installation)

creating template1 database in data//base/1... FATAL: XX000: failed to
initialize DateStyle to "ISO, MDY"
LOCATION: InitializeGUCOptions, guc.c:1881

How to reproduce:
* Compile PostgreSQL 7.4.13
* Create data dir
* run initdb with Turkish locale

Always reproducible: Yes

Regards,
Devrim

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-06-14 21:10:58 Re: BUG #1937: Parts of information_schema only accessible
Previous Message Bruce Momjian 2006-06-14 21:00:13 Re: BUG #1931: ILIKE and LIKE fails on Turkish locale