1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-25 09:01:48 +02:00

Remove make_native_path() from pgBackupGetPath2()

This commit is contained in:
Arthur Zakirov 2019-04-30 12:28:26 +03:00
parent d8086219c7
commit ee90c5410d

View File

@ -1004,8 +1004,6 @@ pgBackupGetPath2(const pgBackup *backup, char *path, size_t len,
else
snprintf(path, len, "%s/%s/%s/%s", backup_instance_path,
base36enc(backup->start_time), subdir1, subdir2);
make_native_path(path);
}
/*