8000 fix instance validation so the validation carry on after corrupt back… · postgrespro/pg_probackup@09accf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09accf7

Browse files
committed
fix instance validation so the validation carry on after corrupt backup detected
1 parent 4390ad2 commit 09accf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parsexlog.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,8 @@ RunXLogThreads(const char *archivedir, time_t target_time,
12901290
if (thread_args[i].ret == 1)
12911291
result = false;
12921292
}
1293+
thread_interrupted = false;
1294+
interrupted = false;
12931295

12941296
/* Release threads here, use thread_args only below */
12951297
pfree(threads);

0 commit comments

Comments
 (0)
0