Files
postgresql/src/backend
Heikki Linnakangas 604d94d4ca Fix two bugs in tsquery @> operator.
1. The comparison for matching terms used only the CRC to decide if there's
a match. Two different terms with the same CRC gave a match.

2. It assumed that if the second operand has more terms than the first, it's
never a match. That assumption is bogus, because there can be duplicate
terms in either operand.

Rewrite the implementation in a way that doesn't have those bugs.

Backpatch to all supported versions.
2014-10-27 10:51:33 +02:00
..
2014-07-21 01:02:07 -04:00
2013-02-04 00:01:19 -05:00