Re: pg 7.3 memory error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg 7.3 memory error
Date: 2002-12-09 14:45:58
Message-ID: 7497.1039445158@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pginfo <pginfo(at)t1(dot)unisoftbg(dot)com> writes:
> As I wrote it happens by indexing.
> And all the data are new inserted (after dumping from 7.2 from anoder box
> before).
> I do not belive that it is data corruption.

Hm. Another theory that would fit those facts is that you're getting
bitten by the bug in strcoll() that used to exist in glibc. I think you
said you are using Red Hat somethingorother --- are you up2date on glibc
fixes?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-12-09 15:13:02 Re: table functions
Previous Message Ian Harding 2002-12-09 14:32:52 Re: UPDATE syntax problem