]> 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:44:54 +0000 (10:44 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 26 Sep 2007 10:44:54 +0000 (10:44 +0000)
commit45cd13c8ab05aef5a334bca8a2d1e9a1b9b8815e
tree4fbc0c5335ac4848d162555245cd3b3046d90aa2
parenta51302deb3d0df960dcce6feb165991d5ab0290f
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