mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
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 ...