Reject operator names >= NAMEDATALEN characters. These will not work

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

Commit: 96fc1a4f778eaad63c4bb41622e37a07fd433749
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-16T00:48:29Z
Releases: 8.0.4
Reject operator names >= NAMEDATALEN characters.  These will not work
anyway, and in assert-enabled builds you are likely to get an assertion
failure.  Backpatch as far as 7.3; 7.2 seems not to have the problem.

Files

PathChange+/−
src/backend/parser/scan.l modified +10 −1