- Notifications
You must be signed in to change notification settings - Fork28
Commit7c366ac
committed
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Commitcaf626b missed that the relevant reloptions entry needsto be moved from the intRelOpts[] array to realRelOpts[].Somewhat surprisingly, it seems to work anyway, perhaps becausethe desired default and limit values are all integers. We oughtto have either a simpler data structure or better cross-checkinghere, but that's for another patch.Nikolay ShaplovDiscussion:https://postgr.es/m/4861742.12LTaSB3sv@x200m1 parent1d21ba8 commit7c366ac
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 | 215 |
| |
225 | 216 |
| |
226 | 217 |
| |
| |||
346 | 337 |
| |
347 | 338 |
| |
348 | 339 |
| |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
|
0 commit comments
Comments
(0)