Files
postgresql/src
Tom Lane 64e2b29bde 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.)  Tweak RecursiveCopy so it can cope with this
case, so as to avoid irreproducible test failures.

Back-patch to 9.6 where this code was added.  In v10 and HEAD, also
remove unused "use RecursiveCopy" in one recovery test script.

Michael Paquier and Tom Lane

Discussion: https://postgr.es/m/24621.1504924323@sss.pgh.pa.us
2017-09-11 22:02:58 -04:00
..
2017-08-28 10:17:39 -04:00
2017-09-04 11:09:51 +02:00
2016-06-09 18:02:36 -04:00
2017-08-28 10:17:39 -04:00
2017-08-28 17:21:42 -04:00
2017-02-06 11:34:15 +02:00