Fix saving and restoring umask
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Sep 2017 20:50:59 +0000 (16:50 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 23 Sep 2017 14:14:30 +0000 (10:14 -0400)
commit2eb84e54a25098618724ee633fbad78d5e417489
tree6fec6fb81cc4c5b62622e29804939293bd96b959
parenta07105afacba5895df2e0aa38adb65e242c75b22
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.
src/backend/commands/copy.c
src/backend/libpq/be-fsstubs.c