This is an automated email from the ASF dual-hosted git repository.
ostinru pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
The following commit(s) were added to refs/heads/main by this push:
new a159cf16 Brand: update pxf_fdw Makefile description (#75)
a159cf16 is described below
commit a159cf16df177f81a4a1b43d3e6159cd6be8030f
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]