Thread: pgsql/src/backend/utils/adt (selfuncs.c)

pgsql/src/backend/utils/adt (selfuncs.c)

From
Tom Lane
Date:
  Date: Friday, May 26, 2000 @ 13:19:15
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv44863

Modified Files:
    selfuncs.c

-----------------------------  Log Message  -----------------------------

Reduce eqsel()'s fudge-factor for estimating the frequency of values
other than the most common value in a column.  We had had 0.5, make it
0.1 to make it more likely that an indexscan will be chosen.  Really
need better statistics instead, but this should stem the bleeding
meanwhile ...