Re: invalid memory alloc request size

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cnliou(at)so-net(dot)net(dot)tw
Cc: "" <pgsql-general(at)postgresql(dot)org>
Subject: Re: invalid memory alloc request size
Date: 2004-02-25 15:02:15
Message-ID: 3360.1077721335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"cnliou" <cnliou(at)so-net(dot)net(dot)tw> writes:
> Linux 2.4.23 on AMD 450MHz.
> pgsql 7.4.1
> configure --enable-multibyte=UNICODE
> locale is zh_TW.Big5

> IIRC, when I did "initdb -E UNICODE" or "createdb db1", I
> saw the following message from pgsql:
> ...locale "C"...

Uh ... you're being self-contradictory about the locale setting.
Please show us the result of "show lc_collate" and "show lc_ctype"
just to remove doubt.

Also, it's hard to reproduce your example when we don't know the
data types of the table columns...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Uros 2004-02-25 15:02:40 TG_RELNAME problem
Previous Message Paul Simpson 2004-02-25 14:58:23 Re: Why does app fail?