diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-24 18:02:55 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-24 18:02:55 +0000 |
commit | a94ace0796b8719c6685351b02fe93459c206c38 (patch) | |
tree | 199400f06f54fbb48e0e296224665218cc5aa4f8 /src/backend/parser/parse_expr.c | |
parent | 6d493ed7f54433f4d1289af9c3b000dfc51535e7 (diff) | |
download | postgresql-a94ace0796b8719c6685351b02fe93459c206c38.tar.gz postgresql-a94ace0796b8719c6685351b02fe93459c206c38.zip |
Previous fix for "x FULL JOIN y ON true" failed to handle the case
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.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions