• Peter Eisentraut's avatar
    Fix CRC check handling in get_controlfile · e79e6c4d
    Peter Eisentraut authored
    The previous patch broke this by returning NULL for a failed CRC check,
    which pg_controldata would then try to read.  Fix by returning the
    result of the CRC check in a separate argument.
    
    Michael Paquier and myself
    e79e6c4d
controldata_utils.h 512 Bytes