Re: GiST Support in 8.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Landrum <rlandrum(at)aol(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GiST Support in 8.1
Date: 2007-07-24 20:30:09
Message-ID: 15689.1185309009@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Robert Landrum <rlandrum(at)aol(dot)net> writes:
> We're migrating from a 7.4 (Linux AS2.1) system to an 8.1.5 (Linux RHEL4
> X64) system.
> In 7.4, we used tsearch (txtidx fields) on some tables.
> When we attempt to load the indexes for those fields in 8.1.5, we get a
> strange SEGV.

Can you provide a stack trace from the crash? Or a self-contained test
case for someone else to debug?

8.1.5 isn't exactly the latest, but I don't see any relevant-looking
gist or tsearch2 fixes in the CVS history since then, so this may still
be a live bug.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Landrum 2007-07-24 20:56:32 Re: GiST Support in 8.1
Previous Message Ted Byers 2007-07-24 20:06:25 Re: Will partial index creation use existing index?