Remove the stub support we had for UNION JOIN; per discussion, this is

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 012abebab1bc72043f3f670bf32e91ae4ee04bd2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-03-07T01:00:19Z
Releases: 8.2.0
Remove the stub support we had for UNION JOIN; per discussion, this is
not likely ever to be implemented seeing it's been removed from SQL2003.
This allows getting rid of the 'filter' version of yylex() that we had in
parser.c, which should save at least a few microseconds in parsing.

Files