forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit32841fa
committed
Fix dangling pointer problem in ReorderBufferSerializeChange.
Commit3fe3511 introduced a newcase into this function, but neglected to ensure that the "ondisk"pointer got updated after a possible reallocation as the code doesin other cases.Stas Kelvich, per diagnosis by Konstantin Knizhnik.1 parentf0631bd commit32841fa
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2252 | 2252 |
| |
2253 | 2253 |
| |
2254 | 2254 |
| |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
2255 | 2258 |
| |
2256 | 2259 |
| |
2257 | 2260 |
| |
|
0 commit comments
Comments
(0)