Обсуждение: pgsql: Add error check for lossy distance functions in index-only scans

Поиск
Список
Период
Сортировка

pgsql: Add error check for lossy distance functions in index-only scans

От
Tom Lane
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f84c8601d604811a530dadb53ddb52f08639e72b

Modified Files
--------------
src/backend/executor/nodeIndexonlyscan.c |   13 +++++++++++++
1 file changed, 13 insertions(+)