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

Appearance settings

Commit 09accf7

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

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎src/parsexlog.c

Copy file name to clipboardExpand all lines: src/parsexlog.c
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.