Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit217efab

Browse files
committed
undef useless defines (MSFT)
1 parentc858cc1 commit217efab

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+
#ifdefSELECT
28+
#undef SELECT
29+
#endif
30+
31+
#ifdefINSERT
32+
#undef INSERT
33+
#endif
34+
35+
#ifdefUPDATE
36+
#undef UPDATE
37+
#endif
38+
39+
#ifdefDELETE
40+
#undef DELETE
41+
#endif
42+
43+
2744
/* for assign_rel_parenthood_status() */
2845
#definePARENTHOOD_TAG CppAsString(PARENTHOOD)
2946

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp