git.postgresql.org Git - postgresql.git/commit
2014年10月27日 08:50:41 +0000 (10:50 +0200)
2014年10月27日 08:50:41 +0000 (10:50 +0200)
commit 22926e00f7041b2b542f80caf63b41faa99a3163
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.
This is the main PostgreSQL git repository.
RSS
Atom