Skip to content

Commit 5c913a7

Browse files
committed
add a comment regarding '#undef DELETE'
1 parent ef72caa commit 5c913a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/planner_tree_modification.c

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include "utils/syscache.h"
2525

2626

27+
/*
28+
* Drop conflicting macros for the sake of TRANSFORM_CONTEXT_FIELD(...).
29+
* For instance, Windows.h contains a nasty "#define DELETE".
30+
*/
2731
#ifdef SELECT
2832
#undef SELECT
2933
#endif

0 commit comments

Comments
 (0)