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

Skip to content

Commit 5362c2a

Browse files
committed
canonicalize tablespace path
1 parent 091b7c6 commit 5362c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dir.c

+1
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,7 @@ read_tablespace_map(parray *files, const char *backup_dir)
12251225
strcpy(file->linked, path);
12261226

12271227
canonicalize_path(file->linked);
1228+
canonicalize_path(file->path);
12281229

12291230
parray_append(files, file);
12301231
}

0 commit comments

Comments
 (0)