mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 13:07:38 +08:00
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.
This commit is contained in:
@ -198,10 +198,6 @@ SELECT '' AS "xxx", *
|
||||
-- More complicated constructs
|
||||
--
|
||||
|
||||
-- UNION JOIN isn't implemented yet
|
||||
SELECT '' AS "xxx", *
|
||||
FROM J1_TBL UNION JOIN J2_TBL;
|
||||
|
||||
--
|
||||
-- Multiway full join
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user