We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c858cc1 commit 217efabCopy full SHA for 217efab
src/planner_tree_modification.c
@@ -24,10 +24,26 @@
24
#include "utils/syscache.h"
25
26
27
+#ifdef SELECT
28
+#undef SELECT
29
+#endif
30
+
31
+#ifdef INSERT
32
+#undef INSERT
33
34
35
+#ifdef UPDATE
36
+#undef UPDATE
37
38
39
+#ifdef DELETE
40
+#undef DELETE
41
42
43
44
/* for assign_rel_parenthood_status() */
45
#define PARENTHOOD_TAG CppAsString(PARENTHOOD)
46
-
47
/* Build transform_query_cxt field name */
48
#define TRANSFORM_CONTEXT_FIELD(command_type) \
49
has_parent_##command_type##_query
0 commit comments