]> granicus.if.org Git - postgresql/commit
Remove dead code now that orindxpath.c is history.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Dec 2013 17:50:31 +0000 (12:50 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Dec 2013 17:50:31 +0000 (12:50 -0500)
commitf7fbf4b0be509d964041ee13311b9203a035e4ab
treef7b92cfe7951c92ca71afbd972b147f4413c138b
parentf343a880d5555faf1dad0286c5632047c8f599ad
Remove dead code now that orindxpath.c is history.

We don't need make_restrictinfo_from_bitmapqual() anymore at all.
generate_bitmap_or_paths() doesn't need to be exported, and we can
drop its rather klugy restriction_only flag.
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/util/restrictinfo.c
src/include/optimizer/paths.h
src/include/optimizer/restrictinfo.h