OSDN Git Service

Reject operator names >= NAMEDATALEN characters. These will not work
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Aug 2005 00:48:12 +0000 (00:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Aug 2005 00:48:12 +0000 (00:48 +0000)
commit6629bc79f1ec09e49c17812789546606c96122fd
tree1e8a120dd5f9432a66714cca8c697392ff64d89c
parent070a3ad76b65c9eff572da5d358c563ccc7bb14f
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.
src/backend/parser/scan.l