Skip to content

Commit

Permalink
[PBCKP-263] fix for tests.archive.ArchiveTest.test_archive_get_batchi…
Browse files Browse the repository at this point in the history
…ng_sanity (#532)
  • Loading branch information
kulaginm authored Sep 8, 2022
1 parent a4a2abd commit 9e9509d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/archive.c
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,7 @@ uint32 run_wal_prefetch(const char *prefetch_dir, const char *archive_dir,

arg->thread_num = i+1;
arg->files = batch_files;
arg->n_fetched = 0;
}

/* Run threads */
Expand Down

0 comments on commit 9e9509d

Please sign in to comment.