aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-05-24 18:02:55 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-05-24 18:02:55 +0000
commita94ace0796b8719c6685351b02fe93459c206c38 (patch)
tree199400f06f54fbb48e0e296224665218cc5aa4f8 /src/backend/parser/parse_expr.c
parent6d493ed7f54433f4d1289af9c3b000dfc51535e7 (diff)
downloadpostgresql-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