]> granicus.if.org Git - postgresql/commit
Add error check for lossy distance functions in index-only scans.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 May 2015 20:24:31 +0000 (16:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 May 2015 20:24:31 +0000 (16:24 -0400)
commitf84c8601d604811a530dadb53ddb52f08639e72b
treed582ce3cd5dbe9613b9c1afa4579588622d5ea3b
parent72809480d658fbc0654239b2f089991c077c676a
Add error check for lossy distance functions in index-only scans.

Maybe we should actually support this, but for the moment let's just
throw an error if the opclass tries it.
src/backend/executor/nodeIndexonlyscan.c