apache / cloudberry

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
https://cloudberry.apache.org
Apache License 2.0
433 stars 104 forks source link

Fix pxf_fragment.c compilation failure #590

Closed Terry1504 closed 2 months ago

Terry1504 commented 3 months ago

pxf_fragment.c has a incorrect (seems typo) conditional preprocessor directives that depend on PG_VERSION_NUM, which makes copyfrom_internal.h is not included in the end.

Fix #583