• Heikki Linnakangas's avatar
    Fix memory leak in xlogreader facility. · 61a65c53
    Heikki Linnakangas authored
    XLogReaderFree failed to free the per-block data buffers, when they
    happened to not be used by the latest read WAL record.
    
    Michael Paquier. Backpatch to 9.5, where the per-block buffers were added.
    61a65c53
xlogreader.c 35.3 KB