We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fc574 commit ac14ba7Copy full SHA for ac14ba7
gpcontrib/Makefile
@@ -21,6 +21,7 @@ ifeq "$(enable_debug_extensions)" "yes"
21
gp_inject_fault \
22
gp_replica_check \
23
gp_legacy_string_agg \
24
+ gp_log_tools \
25
gp_array_agg \
26
gp_percentile_agg \
27
gp_error_handling \
@@ -37,6 +38,7 @@ else
37
38
gp_parser \
39
jsonlog-gpdb \
40
41
42
43
44
@@ -122,6 +124,7 @@ distclean:
122
124
123
125
installcheck:
126
$(MAKE) -C gp_internal_tools installcheck
127
+ $(MAKE) -C gp_log_tools installcheck
128
$(MAKE) -C gp_array_agg installcheck
129
if [ "$(enable_mapreduce)" = "yes" ]; then \
130
$(MAKE) -C gpmapreduce installcheck; \
0 commit comments