Re: Remove lossy-operator RECHECK flag? - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Remove lossy-operator RECHECK flag?
Date
Msg-id 47FFA843.1000307@sigaev.ru
Whole thread Raw
In response to Re: Remove lossy-operator RECHECK flag?  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: Remove lossy-operator RECHECK flag?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Don't we need to change the GiST/GIN support function interface anyway, 
> to be able to return the "recheck" flag?
Now we choose - save compatibility or not.

We can save flag RECHECK and introduce optional needRecheck argument for 
consistent function and new opclass can use new interface, old ones will work 
with RECHECK. Or we remove RECHECK and force opclasses to use new interface.


-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: "Dickson dos Santos Guedes"
Date:
Subject: Patch to add objetct size on "\d+" verbose output
Next
From: Alvaro Herrera
Date:
Subject: Re: Patch to add objetct size on "\d+" verbose output