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

Update create_foreignscan_path parameters for PostgreSQL commit 9e9931d2bf #358

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

esiaero
Copy link
Contributor

@esiaero esiaero commented Jun 6, 2024

Hi, Postgres 17 Beta1 is out and I noticed tds_fdw doesn't build with it due to the change mentioned in the title, so I thought I'd submit a PR for it.

(Following is the commit message)

The upstream commit adds a new argument to create_foreignscan_path [1]. tds_fdw doesn't currently replace joins, so nothing is passed to the new argument.

[1] postgres/postgres@9e9931d2bf

…1d2bf

The upstream commit adds a new argument to create_foreignscan_path [1].
tds_fdw doesn't currently replace joins, so nothing is passed to the new
argument.

[1] postgres/postgres@9e9931d2bf
@jenkins-juliogonzalez
Copy link
Member

Can one of the admins verify this patch?

@GeoffMontee
Copy link
Collaborator

Test this, please

@jenkins-juliogonzalez
Copy link
Member

Test PASSed.

@GeoffMontee GeoffMontee merged commit a694e82 into tds-fdw:master Jun 6, 2024
1 check passed
@GeoffMontee
Copy link
Collaborator

Hi @esiaero ,

Thanks for the patch! This has been merged.

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.

3 participants