Skip to content
Snippets Groups Projects
Commit e5170860 authored by Tom Lane's avatar Tom Lane
Browse files

Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.

That particular corner case is not exactly compelling, but given 7.4's
ability to discard redundant join clauses, it is possible for the situation
to arise from queries that are not so obviously silly.  Per bug report
of 6-Apr-04.
parent 2098ec6e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment