From 96dad83a1d090da4c57242403721147b2a7fdd79 Mon Sep 17 00:00:00 2001 From: xue_meng_en <1836611252@qq.com> Date: Mon, 23 May 2022 17:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwal2json=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=97=B6=E6=8A=A5logical.h=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84DefElem=E7=B1=BB=E5=9E=8B=E6=9C=AA=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/include/replication/logical.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/replication/logical.h b/src/include/replication/logical.h index a7448d56d..0c59e31ff 100644 --- a/src/include/replication/logical.h +++ b/src/include/replication/logical.h @@ -31,6 +31,7 @@ #include "access/extreme_rto/spsc_blocking_queue.h" #include "access/parallel_recovery/redo_item.h" +#include "nodes/parsenodes_common.h" #include "nodes/replnodes.h" #include "access/ustore/knl_utuple.h" #include "replication/logical_queue.h"