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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: akopciuch(at)bddf(dot)ca
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tsvector/tsearch equality and/or portability issue issue ?
Date: 2006-08-24 17:50:05
Message-ID: 7579.1156441805@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Andrew J. Kopciuch" <akopciuch(at)bddf(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2006-08-24 17:59:41 Re: pg_upgrade: What is changed?
Previous Message AgentM 2006-08-24 17:48:52 Re: tsvector/tsearch equality and/or portability issue issue ?