yjhjstz commented on PR #1153:
URL: https://github.com/apache/cloudberry/pull/1153#issuecomment-2963205787

   > Hey @yjhjstz thanks!
   > 
   > During my test, after running `autoreconf -i`, the file `pg_config.h.in` 
also had some related updates:
   > 
   > ```
   > Changes not staged for commit:
   >   (use "git add <file>..." to update what will be committed)
   >   (use "git restore <file>..." to discard changes in working directory)
   >    modified:   src/include/pg_config.h.in
   > 
   > Untracked files:
   >   (use "git add <file>..." to include in what will be committed)
   >    src/include/pg_config.h.in~
   > ```
   > 
   > Could you help take a look again? Thanks!
   
   pg_config.h.in is automatically generated by autoheader, which dynamically 
creates comment templates based on the macro definitions (e.g., AC_DEFINE, 
AC_CHECK_FUNCS) in your configure.ac file.
   
   added ` src/include/pg_config.h.in`.


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