Re: TSearch2 FreeBSD

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: TSearch2 FreeBSD
Дата
Msg-id 20050326025302.GA89468@winnie.fuhr.org
обсуждение исходный текст
Ответ на TSearch2 FreeBSD  (Matthew Terenzio <matt@jobsforge.com>)
Список pgsql-general
On Fri, Mar 25, 2005 at 09:18:27PM -0500, Matthew Terenzio wrote:
>
> Anyone with any TSearch2 experience on FreeBSD? Any known Gotchas?
> Postgres 7.3

I use tsearch2 with PostgreSQL 8.0.1 (built from CVS source) on
FreeBSD 4.11-STABLE.  No problems.

> ERROR:  Load of file /usr/local/lib/postgresql/tsearch2.so failed:
> dlopen '/usr/local/lib/postgresql/tsearch2.so' failed.
> (/usr/local/lib/postgresql/tsearch2.so: Undefined symbol
> "errcode_for_file_access")

I don't think the stock tsearch2 works with 7.3.  The CVS tree for
REL7_3_STABLE doesn't include tsearch2, and the tsearch2 source
code in later branches includes a call to errcode_for_file_access(),
which appears to have been introduced in 7.4.

There appears to be a version of tsearch2 for 7.3 on the tsearch2
home page:

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/

Is there a reason you're using PostgreSQL 7.3 instead of upgrading
to a newer release?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-general по дате отправления:

Предыдущее
От: Matthew Terenzio
Дата:
Сообщение: Re: TSearch2 FreeBSD
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Re: Persistent data per connection