tuhaihe commented on PR #1760:
URL: https://github.com/apache/cloudberry/pull/1760#issuecomment-4541599537

   When running `autoconf` to see if any changes were made to the configure 
file, I found some weird changes in it:
   
   ```diff
   -#
   -# gp_stats_collector
   -#
   -
   -
   -
   -# Check whether --with-gp-stats-collector was given.
   -if test "${with_gp_stats_collector+set}" = set; then :
   -  withval=$with_gp_stats_collector;
   -  case $withval in
   -    yes)
   -      :
   -      ;;
   -    no)
   -      :
   -      ;;
   -    *)
   -      as_fn_error $? "no argument expected for --with-gp-stats-collector 
option" "$LINENO" 5
   -      ;;
   -  esac
   -
   -else
   -  with_gp_stats_collector=no
   -
   -fi
   -
   -#
   ```
   
   Env: can run `autoconf` (sudo dnf install autoconf -y) in the Cloudberry 
Rocky 8 dev image: docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb 
apache/incubator-cloudberry:cbdb-build-rocky8-latest. FYI.


-- 
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]

Reply via email to