Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee90c54

Browse files
committed
Remove make_native_path() from pgBackupGetPath2()
1 parentd808621 commitee90c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/catalog.c‎

Lines changed: 0 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp