d_nardini(at)btconnect(dot)com writes:
> Following are EXPLAIN dumps from each platform for both intersect and
> union (both return the correct data on each platform).
Did you ever VACUUM ANALYZE these tables on the 7.1 box? The statistics
estimates from that machine look suspiciously like default values.
If you did, then maybe I can credit 7.2's improved statistics machinery
with a win ;-). But I bet the better choice of plan on the 7.2 box is
due simply to having any stats at all.
Can't help you with the RPM dependency issues, sorry.
regards, tom lane