• Teodor Sigaev's avatar
    Fix parsing NOT sequence in tsquery · 00f304ce
    Teodor Sigaev authored
    Digging around bug #14245 I found that commit
    6734a1ca missed that NOT operation is
    right associative in opposite to all other. This miss is resposible for
    tsquery parser fail on sequence of NOT operations
    00f304ce
tsquery.c 25.1 KB