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

From: "Andrew J(dot) Kopciuch" <akopciuch(at)bddf(dot)ca>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tsvector/tsearch equality and/or portability issue issue ?
Date: 2006-08-24 16:58:48
Message-ID: 200608241058.48891.akopciuch@bddf.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 24 August 2006 10:34, Stefan Kaltenbrunner wrote:
> We just had a complaint on IRC that:
>
> devel=# select 'blah foo bar'::tsvector = 'blah foo bar'::tsvector;
> ?column?
> ----------
> f
> (1 row)
>

This could be an endianess issue?

This was probably the same person who posted this on the OpenFTS list.

He's compiled from source :

<snip>
dew=# select version();
PostgreSQL 8.1.4 on powerpc-apple-darwin8.6.0, compiled by GCC
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
5250)
</snip>

I don't have any access to an OSX box to verify things ATM. I am trying to
get access to one though. :S Can someone else verify this right now?

Andy

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-24 17:14:09 Re: Tricky bugs in concurrent index build
Previous Message Bruce Momjian 2006-08-24 16:38:32 Re: Costs estimates for (inline SQL) functions ...