mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
where there was also a WHERE-clause restriction that applied to the join. The check on restrictlist == NIL is really unnecessary anyway, because select_mergejoin_clauses already checked for and complained about any unmergejoinable join clauses. So just take it out.