- Notifications
You must be signed in to change notification settings - Fork28
Commitfbcc69c
committed
Prevent integer overflows during units conversion when displaying a GUC
variable that has units. Per report from Stefan Kaltenbrunner.Backport to 8.2. I also backported my patch of 2007-06-21 that preventedcomparable overflows on the input side, since that now seems to have enoughfield track record to be back-patched safely. That patch included additionof hints listing the available unit names, which I did not bother to stripout of it --- this will make a little more work for the translators, butthey can copy the translation from 8.3, and anyway an untranslated hintis better than no hint.1 parent2a59b79 commitfbcc69c
1 file changed
+25
-16
lines changedLines changed: 25 additions & 16 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 |
| |
| |||
6266 | 6266 |
| |
6267 | 6267 |
| |
6268 | 6268 |
| |
6269 |
| - | |
6270 |
| - | |
| 6269 | + | |
| 6270 | + | |
| 6271 | + | |
| 6272 | + | |
| 6273 | + | |
| 6274 | + | |
| 6275 | + | |
| 6276 | + | |
| 6277 | + | |
6271 | 6278 |
| |
6272 |
| - | |
| 6279 | + | |
| 6280 | + | |
6273 | 6281 |
| |
6274 | 6282 |
| |
6275 | 6283 |
| |
| |||
6284 | 6292 |
| |
6285 | 6293 |
| |
6286 | 6294 |
| |
6287 |
| - | |
| 6295 | + | |
6288 | 6296 |
| |
6289 | 6297 |
| |
6290 | 6298 |
| |
6291 | 6299 |
| |
6292 |
| - | |
| 6300 | + | |
6293 | 6301 |
| |
6294 | 6302 |
| |
6295 | 6303 |
| |
6296 |
| - | |
| 6304 | + | |
6297 | 6305 |
| |
6298 | 6306 |
| |
6299 |
| - | |
| 6307 | + | |
| 6308 | + | |
6300 | 6309 |
| |
6301 | 6310 |
| |
6302 | 6311 |
| |
| |||
6311 | 6320 |
| |
6312 | 6321 |
| |
6313 | 6322 |
| |
6314 |
| - | |
| 6323 | + | |
6315 | 6324 |
| |
6316 | 6325 |
| |
6317 | 6326 |
| |
6318 | 6327 |
| |
6319 |
| - | |
| 6328 | + | |
6320 | 6329 |
| |
6321 | 6330 |
| |
6322 | 6331 |
| |
6323 | 6332 |
| |
6324 |
| - | |
| 6333 | + | |
6325 | 6334 |
| |
6326 | 6335 |
| |
6327 | 6336 |
| |
6328 | 6337 |
| |
6329 |
| - | |
| 6338 | + | |
6330 | 6339 |
| |
6331 | 6340 |
| |
6332 | 6341 |
| |
6333 |
| - | |
| 6342 | + | |
6334 | 6343 |
| |
6335 | 6344 |
| |
6336 | 6345 |
| |
6337 |
| - | |
| 6346 | + | |
6338 | 6347 |
| |
6339 |
| - | |
6340 |
| - | |
| 6348 | + | |
| 6349 | + | |
6341 | 6350 |
| |
6342 | 6351 |
| |
6343 | 6352 |
| |
|
0 commit comments
Comments
(0)