Skip to content
Permalink
Browse files
After-merge fix: Restore DECLARE_THREAD to fix Windows build
  • Loading branch information
dr-m committed Aug 16, 2018
1 parent 1eb2d8f commit 8716bb3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -2685,7 +2685,7 @@ void backup_wait_for_lsn(lsn_t lsn) {

extern lsn_t server_lsn_after_lock;

static os_thread_ret_t log_copying_thread(void*)
static os_thread_ret_t DECLARE_THREAD(log_copying_thread)(void*)
{
/*
Initialize mysys thread-specific memory so we can

0 comments on commit 8716bb3

Please sign in to comment.