BUG #1306: locale related issue.

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1306: locale related issue.
Date: 2004-11-06 03:17:53
Message-ID: 20041106031753.339657391AD@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1306
Logged by: David Dick

Email address: ddick(at)cpan(dot)org

PostgreSQL version: 8.0 Beta

Operating system: Debian (Woody) with a Linux 2.6.7 kernel

Description: locale related issue.

Details:

in response to;

tar -jxf postgresql-8.0.0beta4.tar.bz2
cd postgresql-8.0.0beta4
./configure
make check

combination, i received the following message. postgres 7.4.3 makes check
fine

*snip*
/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=SQL_ASCII
============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 11316
============== creating database "regression" ==============
CREATE DATABASE
pg_regress: could not set database default locales
make[2]: *** [check] Error 2
rm regress.o
make[2]: Leaving directory
`/home/dave/postgresql-8.0.0beta4/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/dave/postgresql-8.0.0beta4/src/test'
make: *** [check] Error 2
dave(at)summit:~/postgresql-8.0.0beta4$

dave(at)summit:~$ uname -a
Linux summit 2.6.7 #1 SMP Sun Jul 18 08:02:18 EST 2004 i686 unknown

Sorry for the brevity of the report. Would be happy to respond with more
detail if requested.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-06 04:16:53 Re: BUG #1306: locale related issue.
Previous Message dev 2004-11-06 02:40:16 REGULAR EXPRESSION POSSIBLE PROBLEM