pgsql/src/backend/utils/adt (selfuncs.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/adt (selfuncs.c)
Date
Msg-id 200005261719.NAA44883@hub.org
Whole thread Raw
List pgsql-committers
  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 ...

pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc/src/sgml/ref (initlocation.sgml)
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/backend/libpq (pg_hba.conf.sample)