Skip to content

Commit 7359c78

Browse files
dmpgprovbwagner
authored andcommitted
Try to fix pg_pathman (DELETE on Win)
1 parent e2bf4e3 commit 7359c78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_pathman/src/planner_tree_modification.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
#include "storage/lmgr.h"
2424
#include "utils/syscache.h"
2525

26+
#ifdef DELETE
27+
#undef DELETE
28+
#endif
2629

2730
/* for assign_rel_parenthood_status() */
2831
#define PARENTHOOD_TAG CppAsString(PARENTHOOD)

0 commit comments

Comments
 (0)