• Peter Eisentraut's avatar
    Fix saving and restoring umask · aa6b7b72
    Peter Eisentraut authored
    In two cases, we set a different umask for some piece of code and
    restore it afterwards.  But if the contained code errors out, the umask
    is not restored.  So add TRY/CATCH blocks to fix that.
    aa6b7b72
copy.c 137 KB