• Tom Lane's avatar
    Push index operator lossiness determination down to GIST/GIN opclass · 9b5c8d45
    Tom Lane authored
    "consistent" functions, and remove pg_amop.opreqcheck, as per recent
    discussion.  The main immediate benefit of this is that we no longer need
    8.3's ugly hack of requiring @@@ rather than @@ to test weight-using tsquery
    searches on GIN indexes.  In future it should be possible to optimize some
    other queries better than is done now, by detecting at runtime whether the
    index match is exact or not.
    
    Tom Lane, after an idea of Heikki's, and with some help from Teodor.
    9b5c8d45
parsenodes.h 63.2 KB