Log Message:
-----------
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 <[EMAIL PROTECTED]>
Tags:
----
REL8_1_STABLE
Modified Files:
--------------
pgsql/contrib/tsearch2:
tsvector.c (r1.15.2.5 -> r1.15.2.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c?r1=1.15.2.5&r2=1.15.2.6)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match