[COMMITTERS] pgsql: Fix RecursiveCopy.pm to cope with disappearing files.

2017-09-11 Thread Tom Lane
Fix RecursiveCopy.pm to cope with disappearing files. When copying from an active database tree, it's possible for files to be deleted after we see them in a readdir() scan but before we can open them. (Once we've got a file open, we don't expect any further errors from it getting unlinked, though

[COMMITTERS] pgsql: Fix RecursiveCopy.pm to cope with disappearing files.

2017-09-11 Thread Tom Lane
Fix RecursiveCopy.pm to cope with disappearing files. When copying from an active database tree, it's possible for files to be deleted after we see them in a readdir() scan but before we can open them. (Once we've got a file open, we don't expect any further errors from it getting unlinked, though

[COMMITTERS] pgsql: Fix RecursiveCopy.pm to cope with disappearing files.

2017-09-11 Thread Tom Lane
Fix RecursiveCopy.pm to cope with disappearing files. When copying from an active database tree, it's possible for files to be deleted after we see them in a readdir() scan but before we can open them. (Once we've got a file open, we don't expect any further errors from it getting unlinked, though