]> granicus.if.org Git - postgresql/commit
Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Apr 2004 18:46:25 +0000 (18:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Apr 2004 18:46:25 +0000 (18:46 +0000)
commit2fde46613503cb72cf2937835d8d078b16e24a16
tree421ede4d93740658b04e2a8f1ece56ea912942cb
parent79d48449d703bbca6fa90d2857190ba4b5e46624
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.
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/joinpath.c