• Teodor Sigaev's avatar
    Fix nested NOT operation cleanup in tsquery. · 19d29015
    Teodor Sigaev authored
    During normalization of tsquery tree it tries to simplify nested NOT
    operations but there it's obvioulsy missed that subsequent node could be
    a leaf node (value node)
    
    Bug #14245: Segfault on weird to_tsquery
    Reported by David Kellum.
    19d29015
tsearch.sql 20.1 KB