Re: tsvector_eq appears to be inconsistent.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: tsvector_eq appears to be inconsistent.
Date: 2006-11-20 16:50:34
Message-ID: 7609.1164041434@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com> writes:
> I am doing equality comparisons on type tsvector using tsvector_eq.
> How come a comparison that returns true before starts returning false
> afterwards ? (see results of case 1 and 3)

IIRC, Teodor fixed a number of tsvector comparison bugs in 8.1.5 ...
try updating. (You might need to REINDEX any tsearch2 indexes
afterwards, not sure.)

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message wen tseng 2006-11-20 17:09:00 How to find out top 3 records in each location
Previous Message Rajesh Kumar Mallah 2006-11-20 10:37:19 Re: transactional shared variable in postgresql