mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
/*
|
||||
* Note: the default selectivity estimates are not chosen entirely at random.
|
||||
* We want them to be small enough to ensure that indexscans will be used if
|
||||
* available, for typical table densities of ~100 tuples/page. Thus, for
|
||||
* available, for typical table densities of ~100 tuples/page. Thus, for
|
||||
* example, 0.01 is not quite small enough, since that makes it appear that
|
||||
* nearly all pages will be hit anyway. Also, since we sometimes estimate
|
||||
* eqsel as 1/num_distinct, we probably want DEFAULT_NUM_DISTINCT to equal
|
||||
|
||||
Reference in New Issue
Block a user