mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-21 11:42:02 +02:00
Merge branch 'master' into issue_169
This commit is contained in:
commit
9d450331f2
@ -479,7 +479,7 @@ get_wal_file(const char *from_path, const char *to_path)
|
||||
}
|
||||
}
|
||||
|
||||
if (fio_flush(out) != 0 || fio_close(out) != 0)
|
||||
if (fio_close(out) != 0)
|
||||
{
|
||||
errno_temp = errno;
|
||||
fio_unlink(to_path_temp, FIO_DB_HOST);
|
||||
|
Loading…
x
Reference in New Issue
Block a user