forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit83fbd9b
committed
Fix incorrect math in DetermineSafeOldestOffset.
The old formula didn't have enough parentheses, so it would do the wrongthing, and it used / rather than % to find a remainder. The effect ofthese oversights is that the stop point chosen by the logic introduced incommitb69bf30 might be rathermeaningless.Thomas Munro, reviewed by Kevin Grittner, with a whitespace tweak by me.1 parentba3caee commit83fbd9b
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2514 | 2514 |
| |
2515 | 2515 |
| |
2516 | 2516 |
| |
2517 |
| - | |
| 2517 | + | |
| 2518 | + | |
2518 | 2519 |
| |
2519 | 2520 |
| |
2520 | 2521 |
| |
|
0 commit comments
Comments
(0)