From cb7b27c76b8a95e7d6a6ff3105c53cf2fba1874b Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Fri, 6 Mar 2026 11:21:16 +0800 Subject: [PATCH 1/2] Brand: update pxf_fdw Makefile description --- fdw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 6250bebc0645fe51a17c43ac4e391cbb89f644b3 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Tue, 10 Mar 2026 17:16:26 +0800 Subject: [PATCH 2/2] update pxf_fdw.control --- fdw/pxf_fdw.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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