Fix parsing NOT sequence in tsquery
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
Showing
Please register or sign in to comment