Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 217efab

Browse files
committed
undef useless defines (MSFT)
1 parent c858cc1 commit 217efab

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/planner_tree_modification.c

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,26 @@
2424
#include "utils/syscache.h"
2525

2626

27+
#ifdef SELECT
28+
#undef SELECT
29+
#endif
30+
31+
#ifdef INSERT
32+
#undef INSERT
33+
#endif
34+
35+
#ifdef UPDATE
36+
#undef UPDATE
37+
#endif
38+
39+
#ifdef DELETE
40+
#undef DELETE
41+
#endif
42+
43+
2744
/* for assign_rel_parenthood_status() */
2845
#define PARENTHOOD_TAG CppAsString(PARENTHOOD)
2946

30-
3147
/* Build transform_query_cxt field name */
3248
#define TRANSFORM_CONTEXT_FIELD(command_type) \
3349
has_parent_##command_type##_query

0 commit comments

Comments
 (0)