Re: Query results differ depending on operating system (using GIN) - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Query results differ depending on operating system (using GIN)
Date
Msg-id AANLkTikbXj84QLiQzbAsJmA=fVm0Oy2ibC+Eqmp6=7M-@mail.gmail.com
Whole thread Raw
In response to Query results differ depending on operating system (using GIN)  (Artur Dabrowski <ad@astec.com.pl>)
Responses Re: Query results differ depending on operating system (using GIN)
List pgsql-hackers
On Tue, Jul 20, 2010 at 5:41 AM, Artur Dabrowski <ad@astec.com.pl> wrote:
> I have been redirected here from pg-general.
>
> I tested full text search using GIN index and it turned out that the results
> depend on operating system. Not all the rows are found when executing some
> of queries on pg server installed on Win XP SP3 and CentOS 5.4, while
> everything seems to be fine on Ubuntu 4.4.1.
>
> More details and tested queries are described here:
> http://old.nabble.com/Incorrect-FTS-results-with-GIN-index-ts29172750.html
>
> I hope you can help with this weird problem.

This seems like it's definitely a bug, but I don't know much about the
GIN code.  Copying Oleg and Teodor...

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: psql \conninfo command (was: Patch: psql \whoami option)
Next
From: Robert Haas
Date:
Subject: Re: Query optimization problem