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

From Tom Lane
Subject Re: Remove lossy-operator RECHECK flag?
Date
Msg-id 22674.1208114466@sss.pgh.pa.us
Whole thread Raw
In response to Re: Remove lossy-operator RECHECK flag?  ("Teodor Sigaev" <teodor@sigaev.ru>)
List pgsql-hackers
I've committed changes that move the determination of whether recheck is
required into the index AMs.  Right now, GIST and GIN just always set
the recheck flag to TRUE.  Obviously that control should be pushed down
to the opclass consistent() functions, but I don't know that code well
enough to be clear on exactly what should happen.  Are you willing to
do that part?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgwin32_safestat weirdness
Next
From: Alvaro Herrera
Date:
Subject: Re: printTable API (was: Show INHERIT in \du)