Skip to content
Snippets Groups Projects
Commit 3d7f11a0 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix saving and restoring umask

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.
parent 3571a533
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment