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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (selfuncs.c)
Date: 2000-05-26 17:19:15
Message-ID: 200005261719.NAA44883@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 ...

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-05-27 01:32:02 pgsql/src/backend/libpq (pg_hba.conf.sample)
Previous Message Bruce Momjian - CVS 2000-05-26 15:47:19 pgsql/src/bin/psql (help.c)