]> granicus.if.org Git - postgresql/commit
Fix crash of to_tsvector() function on huge input: compareWORD()
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 26 Sep 2007 10:30:53 +0000 (10:30 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 26 Sep 2007 10:30:53 +0000 (10:30 +0000)
commitbc16ca2746648df49f9f35ee3818aa3c5e84b095
tree9736caf1306dab015ca4e971eb6502945b587dbe
parent9e439d9f66f7201089a395d41a77563c1efbac64
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.

Per report from Stuart Bishop <stuart@stuartbishop.net>
contrib/tsearch2/tsvector.c