Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fdw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion fdw/pxf_fdw.control
Original file line number Diff line number Diff line change
@@ -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
Loading