yjhjstz commented on code in PR #1713:
URL: https://github.com/apache/cloudberry/pull/1713#discussion_r3175686491
##########
gpcontrib/Makefile:
##########
@@ -22,15 +22,17 @@ ifeq "$(enable_debug_extensions)" "yes"
gp_legacy_string_agg \
gp_replica_check \
gp_toolkit \
- pg_hint_plan
+ pg_hint_plan \
+ reject_partition_fullscan
else
recurse_targets = gp_sparse_vector \
gp_distribution_policy \
gp_internal_tools \
gp_legacy_string_agg \
gp_exttable_fdw \
gp_toolkit \
- pg_hint_plan
+ pg_hint_plan \
+ reject_partition_fullscan
Review Comment:
let's set only enable_debug_extensions=yes, enable reject_partition_fullscan
extension
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]