mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
clauses per path key. Indeed, we *must* do so or we will be unable to form a valid plan for FULL JOIN with overlapping join conditions, eg select * from a full join b on a.v1 = b.v1 and a.v2 = b.v2 and a.v1 = b.v2.