Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee90c54

Browse files
committed
Remove make_native_path() from pgBackupGetPath2()
1 parent d808621 commit ee90c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/catalog.c

-2
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,6 @@ pgBackupGetPath2(const pgBackup *backup, char *path, size_t len,
10041004
else
10051005
snprintf(path, len, "%s/%s/%s/%s", backup_instance_path,
10061006
base36enc(backup->start_time), subdir1, subdir2);
1007-
1008-
make_native_path(path);
10091007
}
10101008

10111009
/*

0 commit comments

Comments
 (0)