Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pxf_fragment.c compilation failure #590

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

Terry1504
Copy link
Contributor

@Terry1504 Terry1504 commented Aug 23, 2024

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

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.

See: Issue#583 <apache#583>
Copy link
Contributor

@reshke reshke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally speaking, provided fix is correct and fixes issue it aims to.

gpcontrib/pxf_fdw/pxf_fragment.c Show resolved Hide resolved
Copy link
Contributor

@edespino edespino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@my-ship-it my-ship-it merged commit 9b90f90 into apache:main Aug 26, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Compilation Failure in pxf_fdw Due to PG_VERSION_NUM Update and --enable-pxf Option
4 participants