Thread: pgsql: Add index-only scan support to range type GiST opclass.

pgsql: Add index-only scan support to range type GiST opclass.

From
Heikki Linnakangas
Date:
Add index-only scan support to range type GiST opclass.

Andreas Karlsson

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0633a60f4d2a2677db45d9261c94be9287e36d7c

Modified Files
--------------
src/backend/utils/adt/rangetypes_gist.c  |   10 +++++++++-
src/include/catalog/catversion.h         |    2 +-
src/include/catalog/pg_amproc.h          |    1 +
src/include/catalog/pg_proc.h            |    2 ++
src/include/utils/rangetypes.h           |    1 +
src/test/regress/expected/rangetypes.out |   19 +++++++++++++++++++
src/test/regress/sql/rangetypes.sql      |    5 +++++
7 files changed, 38 insertions(+), 2 deletions(-)