- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit4d54543
committed
Fix upper limit for vacuum_cleanup_index_scale_factor
6ca33a8 sets upper limit for vacuum_cleanup_index_scale_factor toDBL_MAX. DBL_MAX appears to be platform-dependent. That causesmany buildfarm animals to fail, because we check boundaries ofvacuum_cleanup_index_scale_factor in regression tests.This commit changes upper limit from DBL_MAX to just "large enough"limit, which was arbitrary selected as 1e10.Author: Alexander KorotkovReported-by: Tom Lane, Darafei PraliaskouskiDiscussion:https://postgr.es/m/CAPpHfdvewmr4PcpRjrkstoNn1n2_6dL-iHRB21CCfZ0efZdBTg%40mail.gmail.comDiscussion:https://postgr.es/m/CAC8Q8tLYFOpKNaPS_E7V8KtPdE%3D_TnAn16t%3DA3LuL%3DXjfOO-BQ%40mail.gmail.com1 parenta89357e commit4d54543
File tree
4 files changed
+5
-4
lines changed- doc/src/sgml
- src
- backend
- access/common
- utils/misc
- test/regress/expected
4 files changed
+5
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6989 | 6989 |
| |
6990 | 6990 |
| |
6991 | 6991 |
| |
6992 |
| - | |
| 6992 | + | |
| 6993 | + | |
6993 | 6994 |
| |
6994 | 6995 |
| |
6995 | 6996 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 |
| - | |
| 419 | + | |
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3253 | 3253 |
| |
3254 | 3254 |
| |
3255 | 3255 |
| |
3256 |
| - | |
| 3256 | + | |
3257 | 3257 |
| |
3258 | 3258 |
| |
3259 | 3259 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
|
0 commit comments
Comments
(0)