]> granicus.if.org Git - postgresql/commit
Further work on planning of indexscans. Cleaned up interfaces
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Jul 1999 23:07:26 +0000 (23:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Jul 1999 23:07:26 +0000 (23:07 +0000)
commit49ed4dd77910f5993e5c4100bf0ca48f893a898e
treea8f923e9d594714cf392c81f9e05f4fbd10789bf
parent8ae29a1d40749a69b760aeab1f67a1265c234b8e
Further work on planning of indexscans.  Cleaned up interfaces
to index_selectivity so that it can be handed an indexqual clause list
rather than a bunch of assorted derivative data.
src/backend/optimizer/path/clausesel.c
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/path/orindxpath.c
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/pathnode.c
src/backend/optimizer/util/plancat.c
src/backend/optimizer/util/restrictinfo.c
src/include/optimizer/clauses.h
src/include/optimizer/internal.h
src/include/optimizer/plancat.h
src/include/optimizer/restrictinfo.h