gfphoenix78 commented on code in PR #1064: URL: https://github.com/apache/cloudberry/pull/1064#discussion_r2096697038
########## configure.ac: ########## @@ -1749,6 +1749,13 @@ fi AC_SUBST(LDAP_LIBS_FE) AC_SUBST(LDAP_LIBS_BE) +# for contrib/pax +if test "$enable_pax" = yes; then + if test "$enable_shared_postgres_backend" = no; then + AC_MSG_ERROR([pax support requires --enable-shared-postgres-backend]) + fi +fi + Review Comment: shared library libpostgres.so is only required by unit test. Is it possible to skip unit test for pax and give some warning messages if unit test is suppressed? -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org