Tom Lane
b053c53248
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:58 -05:00
Bruce Momjian
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
Teodor Sigaev
5320c6cf6b
Make GIN opclass worked with intarray extensions
2006-05-03 16:31:07 +00:00
Tom Lane
8ef289dba1
Defend against nulls-in-arrays in contrib/intarray. I may have put in
...
more tests than strictly necessary, but did not feel like tracing call
paths in detail ...
2005-11-19 03:00:09 +00:00
Tom Lane
0df7f493f8
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
2005-09-24 23:07:18 +00:00
Bruce Momjian
b492c3accc
Add parentheses to macros when args are used in computations. Without
...
them, the executation behavior could be unexpected.
2005-05-25 21:40:43 +00:00
Bruce Momjian
089003fb46
pgindent run.
2003-08-04 00:43:34 +00:00
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
2003-07-24 17:52:50 +00:00
Bruce Momjian
a237dd2b30
Add missing intarray files.
2003-06-11 19:31:05 +00:00