Skip to content
Snippets Groups Projects
Commit b71761d2 authored by Tom Lane's avatar Tom Lane
Browse files

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 ...
parent be6e7717
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment