This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit a1353bb7a8b3adfff7f52f2e29c0f4b3245daf14 Author: Himanshu Pandey <[email protected]> AuthorDate: Thu Oct 27 10:55:02 2022 -0700 make headerfile accessible to pxf extension (#14046) --- gpcontrib/gp_exttable_fdw/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpcontrib/gp_exttable_fdw/Makefile b/gpcontrib/gp_exttable_fdw/Makefile index de1dbec550..0441a36609 100644 --- a/gpcontrib/gp_exttable_fdw/Makefile +++ b/gpcontrib/gp_exttable_fdw/Makefile @@ -11,6 +11,8 @@ DATA = gp_exttable_fdw--1.0.sql HEADERS = extaccess.h REGRESS = +HEADERS = extaccess.h + ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
