Re: Crash in vacuum analyze

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jeff Boes" <jboes(at)nexcerpt(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Crash in vacuum analyze
Date: 2001-09-07 06:04:03
Message-ID: 22010.999842643@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jeff Boes" <jboes(at)nexcerpt(dot)com> writes:
> In article <999558317(dot)8648(dot)1(dot)camel(at)inspiron(dot)cramers>, "Dave Cramer"
> <Dave(at)micro-automation(dot)net> wrote:
>> There is a bug in the glibc library that causes this. I think there is
>> some documentation on the list about it.

> Anybody have a pointer to more info about this?

See the thread starting at

http://fts.postgresql.org/db/mw/msg.html?mid=1021209

Bottom line is that strcoll() is broken in glibc versions before 2.2.3.
If you are running a Postgres installation with locale support compiled
in, then you are vulnerable to this bug.

This may or may not explain your particular problem, of course, but
it's a good thing to check before digging further.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Corn 2001-09-07 06:22:22 Does pgsql supports full text search?
Previous Message Robert L Mathews 2001-09-07 05:40:20 Re: Crash in vacuum analyze