Revise handling of index-type-specific indexscan cost estimation, per
Tom Lane <tgl@sss.pgh.pa.us>
Revise handling of index-type-specific indexscan cost estimation, per pghackers discussion of 5-Jan-2000. The amopselect and amopnpages estimators are gone, and in their place is a per-AM amcostestimate procedure (linked to from pg_am, not pg_amop).