]> granicus.if.org Git - postgresql/commit
Reduce the scaling factor for attstattarget to number-of-lexemes from 100
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Dec 2008 15:06:31 +0000 (15:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Dec 2008 15:06:31 +0000 (15:06 +0000)
commit301194f8ead14c63d3bb7acac1cb70d43cb7adae
tree8fe8548ab7f3ee556ae8019ac4dae97ec4d548e6
parentb4d64a6d489773e2f48838473ee8541249ee7dc2
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.
src/backend/tsearch/ts_typanalyze.c