Reject operator names >= NAMEDATALEN characters. These will not work
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/scan.l | modified | +10 −1 |