• Tom Lane's avatar
    Remove fixed-size literal buffer from scan.l, and repair · 8e35bbd1
    Tom Lane authored
    boundary-condition bug in myinput() which caused flex scanner to fail
    on tokens larger than a bufferload.  Turns out flex doesn't want null-
    terminated input ... and if it gives you a 1-character buffer, you'd
    better supply a character, not a null, lest you be thought to be
    reporting end of input.
    8e35bbd1
Makefile 1.83 KB