Fix bug in the tsvector stats collection function, which caused a crash if

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: a93b3b98cd0ebcec0ec3bc880063581b67f50982
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2008-11-27T21:17:39Z
Releases: 8.4.0
Fix bug in the tsvector stats collection function, which caused a crash if
the sample contains just a one tsvector, containing only one lexeme.

Files

PathChange+/−
src/backend/tsearch/ts_typanalyze.c modified +22 −21