Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: olly(at)lfix(dot)co(dot)uk
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org, olly(at)linda(dot)lfix(dot)co(dot)uk
Subject: Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend
Date: 2000-01-12 13:14:01
Message-ID: 20000112221401C.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> ./configure --with-tcl --with-mb=UNICODE --with-odbc --enable-locale
> --with-maxbackends=64 --with-pgport=5431 --program-prefix=pg7.

I didn't see your problem here. My configuratuion is:

./configure --with-mb=EUC_JP

> The reason is that regress.sh uses createdb; createdb has a bad test for
> the encoding value (I have sent a patch separately). So I assume no-one
> has run regression tests with multibyte-encoding enabled?

Thank you for the fix. I have just committed your changes.

I already have fixed that too with my private working files, but
forgot to commit.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message dLux 2000-01-12 13:19:21 PostgreSQL performance problems: heavy load
Previous Message Oliver Elphick 2000-01-12 12:24:14 Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend