Skip to content
Snippets Groups Projects
Commit 308985b0 authored by Robert Haas's avatar Robert Haas
Browse files

Fix dangling pointer problem in ReorderBufferSerializeChange.

Commit 3fe3511d introduced a new
case into this function, but neglected to ensure that the "ondisk"
pointer got updated after a possible reallocation as the code does
in other cases.

Stas Kelvich, per diagnosis by Konstantin Knizhnik.
parent babe05bc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment