- Notifications
You must be signed in to change notification settings - Fork5
Commit2b438c1
committed
Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid
value for the vacuum code. Instead, make zero signify getting the value from ahigher level configuration facility, just like -1 in the original coding. Westill document that -1 is the value that disables the feature, to avoidconfusing the user unnecessarily.Reported by Galy Lee in <200705310914.l4V9E6JA094603@wwwmaster.postgresql.org>;per subsequent discussion.1 parent4213e5f commit2b438c1
File tree
2 files changed
+13
-7
lines changed- doc/src/sgml
- src/backend/postmaster
2 files changed
+13
-7
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
1342 |
| - | |
| 1342 | + | |
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 | 1345 |
| |
|
Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
1548 | 1548 |
| |
1549 | 1549 |
| |
1550 | 1550 |
| |
1551 |
| - | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
1552 | 1556 |
| |
1553 | 1557 |
| |
1554 | 1558 |
| |
| |||
2140 | 2144 |
| |
2141 | 2145 |
| |
2142 | 2146 |
| |
| 2147 | + | |
| 2148 | + | |
2143 | 2149 |
| |
2144 | 2150 |
| |
2145 | 2151 |
| |
2146 |
| - | |
| 2152 | + | |
2147 | 2153 |
| |
2148 |
| - | |
| 2154 | + | |
2149 | 2155 |
| |
2150 | 2156 |
| |
2151 | 2157 |
| |
| |||
2158 | 2164 |
| |
2159 | 2165 |
| |
2160 | 2166 |
| |
2161 |
| - | |
| 2167 | + | |
2162 | 2168 |
| |
2163 | 2169 |
| |
2164 | 2170 |
| |
|
0 commit comments
Comments
(0)