• Michael Paquier's avatar
    Fix thinko introduced by 82a5649f in slot.c · 90101564
    Michael Paquier authored
    When saving a replication slot, failing to close the temporary path used
    to save the slot information is considered as a failure and reported as
    such.  However the code forgot to leave immediately as other failure
    paths do.
    
    Noticed while looking up at this area of the code for another patch.
    90101564
slot.c 42.8 KB