Skip to content
Snippets Groups Projects
  • Teodor Sigaev's avatar
    19d29015
    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
    History
    Fix nested NOT operation cleanup in tsquery.
    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.