Skip to content

Commit 64ff0bb

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 parent 758a32f commit 64ff0bb

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
char fullpath[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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy