Re: tsvector/tsearch equality and/or portability issue issue ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tsvector/tsearch equality and/or portability issue issue ?
Дата
Msg-id 7579.1156441805@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tsvector/tsearch equality and/or portability issue issue ?  ("Andrew J. Kopciuch" <akopciuch@bddf.ca>)
Ответы Re: tsvector/tsearch equality and/or portability issue
Re: tsvector/tsearch equality and/or portability issue
Список pgsql-hackers
"Andrew J. Kopciuch" <akopciuch@bddf.ca> writes:
> On Thursday 24 August 2006 10:34, Stefan Kaltenbrunner wrote:
>> devel=# select 'blah foo bar'::tsvector = 'blah foo bar'::tsvector;
>> ?column?
>> ----------
>> f
>> (1 row)

> This could be an endianess issue?

Apparently not, it works for me on HPPA (big endian) and on Darwin/PPC
(ditto).  I'm testing CVS HEAD though, not 8.1 branch.

However ... I also see that tsearch2's regression test is dumping
core on my OS X machine.  I haven't cvs update'd for awhile on this
machine though --- will bring it to HEAD and report back.

Can some other people try this?  We need to get a handle on which
machines show the problem.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Autovacuum on by default?
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: tsvector/tsearch equality and/or portability issue