Skip to content

Commit 2e96140

Browse files
kulaginmgsmolk
authored andcommitted
followup e5fb869
1 parent 34b98a5 commit 2e96140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ create_data_directories(parray *dest_files, const char *data_dir, const char *ba
886886
waldir_path, to_path);
887887

888888
/* create tablespace directory from waldir_path*/
889-
fio_mkdir(location, waldir_path, pg_tablespace_mode);
889+
fio_mkdir(location, waldir_path, pg_tablespace_mode, false);
890890

891891
/* create link to linked_path */
892892
if (fio_symlink(location, waldir_path, to_path, incremental) < 0)

0 commit comments

Comments
 (0)