forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit308985b
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 parentbabe05b commit308985b
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2250 | 2250 |
| |
2251 | 2251 |
| |
2252 | 2252 |
| |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
2253 | 2256 |
| |
2254 | 2257 |
| |
2255 | 2258 |
| |
|
0 commit comments
Comments
(0)