• Simon Riggs's avatar
    Fix minor memory leak in Standby startup · 67c6bd1c
    Simon Riggs authored
    StandbyRecoverPreparedTransactions() leaked the buffer
    used for two phase state file. This was leaked once
    at startup and at every shutdown checkpoint seen.
    
    Backpatch to 9.6
    
    Stas Kelvich
    67c6bd1c
twophase.c 60.3 KB