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

From Tom Lane
Subject pgsql: Add error check for lossy distance functions in index-only scans
Date
Msg-id E1YwFyF-0006zn-0v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect snprintf() limit.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Improve pgindent instructions regarding Perl backup files