gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Make headerfile extaccess.h accessible to pxf extension

Open hpandeycodeit opened this issue 3 years ago • 0 comments

PXF external-table is dependent on fileam.h. In GP7, this file is renamed to extaccess.h and when we install the gpdb, the header file is not copied to $GPHOME/include/postgresql/server/extension/gp_exttable_fdw.

By adding this HEADERS flag in the Makefile, the header file will get copied to the gp_exttable_fdw extension and can be referenced in the PXF code.

hpandeycodeit avatar Aug 31 '22 22:08 hpandeycodeit