]> granicus.if.org Git - postgresql/commit
Rewrite fix_indxqual_references, which was entirely bogus for
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Aug 1999 01:01:42 +0000 (01:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Aug 1999 01:01:42 +0000 (01:01 +0000)
commit10d6d411a80aaaec55a900e4343ef80aaa13bd7b
tree8ea1b09436edaf4357e20bf758d0c6b5d7e23939
parentecef2caae9aefdd88b086871ba50bb70c2c8c5e8
Rewrite fix_indxqual_references, which was entirely bogus for
multi-scan indexscan plans; it tried to use the same table-to-index
attribute mapping for all the scans, even if they used different indexes.
It would klugily work as long as OR indexquals never used multikey indexes,
but that's not likely to hold up much longer...
src/backend/optimizer/plan/createplan.c