• Teodor Sigaev's avatar
    Fix crash of filter(tsvector) · 4bbc1a7e
    Teodor Sigaev authored
    Variable storing a position of lexeme, had a wrong type: char, it's
    obviously not enough to store 2^14 possible positions.
    
    Stas Kelvich
    4bbc1a7e
tsvector_op.c 50.4 KB