Skip to content

Commit ef5bee1

Browse files
Alexandra Pervushinadanolivo
Alexandra Pervushina
authored andcommitted
Remove macros for PGPRO_STD from path_utils.c
1 parent fd700fe commit ef5bee1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎path_utils.c

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
#include "aqo.h"
2424
#include "hash.h"
2525

26-
#ifdef PGPRO_STD
27-
# define expression_tree_mutator(node, mutator, context) \
28-
expression_tree_mutator(node, mutator, context, 0)
29-
#endif
30-
3126
/*
3227
* Hook on creation of a plan node. We need to store AQO-specific data to
3328
* support learning stage.

0 commit comments

Comments
 (0)