Re: Backend crash with tsearch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Backend crash with tsearch
Date: 2002-12-03 15:21:21
Message-ID: 23598.1038928881@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Magnus Naeslund\(f\)" <mag(at)fbab(dot)net> writes:
> It's either that it can't load the lib (shouldn't it complain?) or it's
> a bad pointer.

Be sure to eliminate the possibility that you're loading the wrong
version of the .so (ie, loading a 7.2 tsearch.so into 7.3). People
get bit by that quite frequently right after an upgrade ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Naeslund(f) 2002-12-03 15:26:13 Re: Backend crash with tsearch
Previous Message Magnus Naeslund(f) 2002-12-03 15:17:01 Re: Backend crash with tsearch