summaryrefslogtreecommitdiff
path: root/src/include/nodes/replnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/replnodes.h')
-rw-r--r--src/include/nodes/replnodes.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/nodes/replnodes.h b/src/include/nodes/replnodes.h
index 996da3c02ea..92ada41b6d5 100644
--- a/src/include/nodes/replnodes.h
+++ b/src/include/nodes/replnodes.h
@@ -96,4 +96,13 @@ typedef struct TimeLineHistoryCmd
TimeLineID timeline;
} TimeLineHistoryCmd;
+/* ----------------------
+ * SQL commands
+ * ----------------------
+ */
+typedef struct SQLCmd
+{
+ NodeTag type;
+} SQLCmd;
+
#endif /* REPLNODES_H */