Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle

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

Commit: 78296c2797cff799ccfee1332261340b685b4242
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-02-05T18:26:09Z
Releases: 7.1.1
Further cleanup for OR-of-AND WHERE-clauses.  orindxpath can now handle
extracting from an AND subclause just those opclauses that are relevant
for a particular index.  For example, we can now consider using an index
on x to process WHERE (x = 1 AND y = 2) OR (x = 2 AND y = 4) OR ...

Files