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

Commit64ff0bb

Browse files
authored
[Issue#459][PGPRO-6034] Fix catchup (delta and ptrack) data corruption (#460)
* [Issue#459][PGPRO-6034] Fix catchup (delta and ptrack) data corruption
1 parent758a32f commit64ff0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/catchup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ do_catchup(const char *source_pgdata, const char *dest_pgdata, int num_threads,
921921
charfullpath[MAXPGPATH];
922922

923923
join_path_components(fullpath,dest_pgdata,file->rel_path);
924-
fio_delete(file->mode,fullpath,FIO_DB_HOST);
924+
fio_delete(file->mode,fullpath,FIO_LOCAL_HOST);
925925
elog(VERBOSE,"Deleted file \"%s\"",fullpath);
926926

927927
/* shrink dest pgdata list */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp