tuhaihe commented on code in PR #1064:
URL: https://github.com/apache/cloudberry/pull/1064#discussion_r2167976960


##########
configure.ac:
##########
@@ -880,6 +880,22 @@ AS_IF([test "$enable_shared_postgres_backend" = yes ],
   CXXFLAGS="$CXXFLAGS -fPIC "
 ]) # fi
 
+#
+# --enable-link-postgres-with-shared enables linking postgres with shared 
library libpostgres.so
+#
+PGAC_ARG_BOOL(enable, link-postgres-with-shared, no, [build postgres using the 
shared library libpostgres.so ],

Review Comment:
   ```suggestion
   PGAC_ARG_BOOL(enable, link-postgres-with-shared, no, [build Cloudberry using 
the shared library libpostgres.so],
   ```



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