aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgutils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-12-17 18:51:00 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2011-12-17 18:51:00 -0500
commit5577ca5bfb33bf7f31a03fc5b42a56de400e464e (patch)
tree79ea5f1dd149896c45828f75dd8874d37e5a332f /src/backend/access/spgist/spgutils.c
parentdd45d3ad33bdb415b18ee8b37182b52c1c354cd6 (diff)
downloadpostgresql-5577ca5bfb33bf7f31a03fc5b42a56de400e464e.tar.gz
postgresql-5577ca5bfb33bf7f31a03fc5b42a56de400e464e.zip
Remove bogus entries in gist point_ops operator class.
These entries could never be matched to an index clause because they don't have the index datatype on the left-hand side of the operator. (Their commutators are in the opclass, which is sensible, but that doesn't mean these operators should be.) Spotted by a test that I recently added to opr_sanity to catch exactly this type of thinko. AFAICT there is no code in gistproc.c that is specifically meant to cover these cases, so nothing to remove at that level.
Diffstat (limited to 'src/backend/access/spgist/spgutils.c')
0 files changed, 0 insertions, 0 deletions