mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:45:49 -04:00
f01313bc0d
to be syntactically part of a semijoin clause. For example given WHERE EXISTS(SELECT ... WHERE upper.var = lower.var AND some-condition) where some-condition is just a restriction on the lower relation, we can use unique-ification on lower.var after having applied some-condition within the scan on lower.