Improved recovery handling of system file copy followed by deleting the file
Automatic recovery may fail with error 8777 when a recently-created file is copied using a system command and then deleted using c-tree. Automatic recovery may try to redo the create of the file. The logic has been changed to address this situation.