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

Port to PostgreSQL 9.2+ new FDW API #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bpineau
Copy link

@bpineau bpineau commented Mar 1, 2013

The Foreign Data Wrapper API changed a lot since PG 9.2, requiring
us to provide more callbacks to help the query planner in choosing
a good query plan (esp. since we can now provide several pathes).

Those new callbacks now replaces the generic PlanForeignScan.

See http://www.postgresql.org/docs/devel/static/release-9-2.html

And this Tom Lane commit :
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=b14953932dfdda7d915b9e276a09df8458efeec8

The Foreign Data Wrapper API changed a lot since PG 9.2, requiring
us to provide more callbacks to help the query planner in choosing
a good query plan (esp. since we can now provide several pathes).

Those new callbacks now replaces the generic PlanForeignScan.

See http://www.postgresql.org/docs/devel/static/release-9-2.html

And this Tom Lane's commit :
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=b14953932dfdda7d915b9e276a09df8458efeec8
@klando
Copy link

klando commented Aug 28, 2013

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.

2 participants