From 1e0e44322f56c85b40897fbc12ce615d4b8a5e6f Mon Sep 17 00:00:00 2001 From: l00584793 Date: Mon, 21 Sep 2020 08:21:31 +0800 Subject: [PATCH] --- src/include/knl/knl_instance.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/knl/knl_instance.h b/src/include/knl/knl_instance.h index edac6dfd4..b1a2bf0e6 100644 --- a/src/include/knl/knl_instance.h +++ b/src/include/knl/knl_instance.h @@ -337,6 +337,7 @@ typedef struct knl_g_ckpt_context { volatile bool flush_all_dirty_page; volatile bool buffers_contain_hashbucket; volatile uint64 full_ckpt_expected_flush_loc; + volatile XLogRecPtr full_ckpt_redo_ptr; volatile uint32 current_page_writer_count; volatile XLogRecPtr page_writer_xlog_flush_loc; volatile LWLock *backend_wait_lock;