Fix broken {xufailed} production that made HEAD fail on

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

Commit: 6a68f7fd3c0bae4b23c089f6680c6badc1f1fb2c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-14T22:18:47Z
Releases: 8.4.0
Fix broken {xufailed} production that made HEAD fail on
	select u&42 from table-with-a-u-column;
Also fix missing SET_YYLLOC() in the {dolqfailed} production that I suppose
this was based on.  The latter is a pre-existing bug, but the only effect
is to misplace the error cursor by one token, so probably not worth
backpatching.

Files

PathChange+/−
src/backend/parser/scan.l modified +9 −3