Re: tsvector/tsearch equality and/or portability issue issue ? - Mailing list pgsql-hackers

From Andrew J. Kopciuch
Subject Re: tsvector/tsearch equality and/or portability issue issue ?
Date
Msg-id 200608241058.48891.akopciuch@bddf.ca
Whole thread Raw
In response to tsvector/tsearch equality and/or portability issue issue ?  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: tsvector/tsearch equality and/or portability issue issue ?
Re: tsvector/tsearch equality and/or portability issue issue ?
List 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 GCCpowerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple
Computer,Inc. build5250)
 
</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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Autovacuum on by default?
Next
From: Teodor Sigaev
Date:
Subject: Re: tsvector/tsearch equality and/or portability issue