pgsql: Fix bug in the tsvector stats collection function, which caused a

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in the tsvector stats collection function, which caused a
Date: 2008-11-27 21:17:39
Message-ID: 20081127211739.A05BA7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bug in the tsvector stats collection function, which caused a crash if
the sample contains just a one tsvector, containing only one lexeme.

Modified Files:
--------------
pgsql/src/backend/tsearch:
ts_typanalyze.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_typanalyze.c?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-11-28 08:31:21 pgbouncer - pgbouncer: remove the mc.exe detection, it not available
Previous Message Heikki Linnakangas 2008-11-27 15:59:28 pgsql: Fix obsolete comment regarding FSM truncation.