Reduce the scaling factor for attstattarget to number-of-lexemes from 100

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 301194f8ead14c63d3bb7acac1cb70d43cb7adae
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-12-15T15:06:31Z
Releases: 8.4.0
Reduce the scaling factor for attstattarget to number-of-lexemes from 100
to 10, to compensate for the recent change in default statistics target.
The original number was pulled out of the air anyway :-(, but it was picked
in the context of the old default, so holding the default size of the
MCELEM array constant seems the best thing.  Per discussion.

Files

PathChange+/−
src/backend/tsearch/ts_typanalyze.c modified +4 −4