Remove dead code now that orindxpath.c is history.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/indxpath.c | modified | +8 −51 |
| src/backend/optimizer/plan/createplan.c | modified | +0 −3 |
| src/backend/optimizer/util/restrictinfo.c | modified | +0 −187 |
| src/include/optimizer/paths.h | modified | +0 −3 |
| src/include/optimizer/restrictinfo.h | modified | +0 −3 |