summaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2018-04-02 21:36:38 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2018-04-02 21:36:38 +0100
commitaa5877bb26347c58a34aee4e460eb1e1123bb096 (patch)
treef0088d2bd291e6120ebdf45f230aec2b189a7ba2 /src/include/executor
parent7cf8a5c302735d193dcf901b87e03e324903c632 (diff)
Revert "MERGE SQL Command following SQL:2016"
This reverts commit e6597dc3533946b98acba7871bd4ca1f7a3d4c1d.
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/nodeMerge.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/executor/nodeMerge.h b/src/include/executor/nodeMerge.h
deleted file mode 100644
index c222e9ee655..00000000000
--- a/src/include/executor/nodeMerge.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * nodeMerge.h
- *
- *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * src/include/executor/nodeMerge.h
- *
- *-------------------------------------------------------------------------
- */
-#ifndef NODEMERGE_H
-#define NODEMERGE_H
-
-#include "nodes/execnodes.h"
-
-extern void
-ExecMerge(ModifyTableState *mtstate, EState *estate, TupleTableSlot *slot,
- JunkFilter *junkfilter, ResultRelInfo *resultRelInfo);
-
-#endif /* NODEMERGE_H */