Fix nested NOT operation cleanup in tsquery.

Teodor Sigaev <teodor@sigaev.ru>

Commit: 19d290155d084754eeb5ebb2569654da06073ee8
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2016-07-15T16:22:18Z
Releases: 9.6.0
Fix nested NOT operation cleanup in tsquery.

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.

Files