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:
parent
d8086219c7
commit
ee90c5410d
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user