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=/bin:$$PATH) + $(error Make sure the Cloudberry installation binaries are in your PATH. i.e. export PATH=/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