postgresql/contrib/intarray
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
After parsing a parenthesized subexpression, we must pop all pending
ANDs and NOTs off the stack, just like the case for a simple operand.
Per bug #5793.

Also fix clones of this routine in contrib/intarray and contrib/ltree,
where input of types query_int and ltxtquery had the same problem.

Back-patch to all supported versions.
2010-12-19 12:48:34 -05:00
..
bench Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
data 1. Fixed error with empty array ( '{}' ), 2001-08-04 19:35:32 +00:00
expected Remove ill-considered (not to mention undocumented) attempt to make 2007-09-14 03:25:31 +00:00
sql Remove ill-considered (not to mention undocumented) attempt to make 2007-09-14 03:25:31 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:40 -04:00
Makefile Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
_int.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
_int.sql.in Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
_int_bool.c Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 2010-12-19 12:48:34 -05:00
_int_gin.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
_int_gist.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
_int_op.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
_int_tool.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
_intbig_gist.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
uninstall__int.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00