pgsql: Consider index-only scans even when there is no matching qual or - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Consider index-only scans even when there is no matching qual or
Date
Msg-id E1RDhZ9-0007Wa-WB@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Consider index-only scans even when there is no matching qual or
List pgsql-committers
Consider index-only scans even when there is no matching qual or ORDER BY.

By popular demand.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/600d3206d1b3f8b540397b79905486a536ac7f78

Modified Files
--------------
src/backend/optimizer/path/indxpath.c |   25 ++++++++++++-------------
1 files changed, 12 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rearrange the implementation of index-only scans.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Consider index-only scans even when there is no matching qual or