Teach the planner to support index access methods that only implement

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 00ce73778baa496f979b0dce91b0dbb5adf0cd8d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-05T23:06:45Z
Releases: 8.4.0
Teach the planner to support index access methods that only implement
amgettuple or only implement amgetbitmap, instead of the former assumption
that every AM supports both APIs.  Extracted with minor editorialization
from Teodor's fast-GIN-insert patch; whatever becomes of that, this seems
like a simple and reasonable generalization of the index AM interface spec.

Files