Remove dead code now that orindxpath.c is history.

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

Commit: f7fbf4b0be509d964041ee13311b9203a035e4ab
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-12-30T17:50:31Z
Releases: 9.4.0
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.

Files