Commit 8716bb3b authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix: Restore DECLARE_THREAD to fix Windows build

parent 1eb2d8f6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment