This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit b9968ea4334b31afcdaa5f8ea2b7505fd14658a0 Author: Dianjin Wang <[email protected]> AuthorDate: Mon Mar 23 19:17:44 2026 +0800 Brand: update pxf_fdw Makefile description (#75) * Brand: update pxf_fdw Makefile description * update pxf_fdw.control --- fdw/Makefile | 2 +- fdw/pxf_fdw.control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fdw/Makefile b/fdw/Makefile index 91dea429..c195edbb 100644 --- a/fdw/Makefile +++ b/fdw/Makefile @@ -11,7 +11,7 @@ PG_CPPFLAGS := -DPXF_API_VERSION=\"$(PXF_API_VERSION)\" PG_CONFIG ?= pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) ifndef PGXS - $(error Make sure the Greenplum installation binaries are in your PATH. i.e. export PATH=<path to your Greenplum installation>/bin:$$PATH) + $(error Make sure the Cloudberry installation binaries are in your PATH. i.e. export PATH=<path to your Cloudberry installation>/bin:$$PATH) endif include $(PGXS) diff --git a/fdw/pxf_fdw.control b/fdw/pxf_fdw.control index e10226c7..9df860a4 100644 --- a/fdw/pxf_fdw.control +++ b/fdw/pxf_fdw.control @@ -1,6 +1,6 @@ # pxf_fdw extension directory = 'extension' -comment = 'PXF Foreign Data Wrapper for Greenplum' +comment = 'PXF Foreign Data Wrapper for Apache Cloudberry' default_version = '2.0' module_pathname = '$libdir/pxf_fdw' relocatable = true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
