pgsql: Reject operator names >= NAMEDATALEN characters.

Started by Tom Lanealmost 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
scan.l (r1.119 -> r1.119.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l.diff?r1=1.119&r2=1.119.4.1)