Skip to content

Port to PostgreSQL 9.2+ new FDW API#2

Open
bpineau wants to merge 1 commit into
ZhengYang:masterfrom
bpineau:postgresql_92_support
Open

Port to PostgreSQL 9.2+ new FDW API#2
bpineau wants to merge 1 commit into
ZhengYang:masterfrom
bpineau:postgresql_92_support

Conversation

@bpineau

@bpineau bpineau commented Mar 1, 2013

Copy link
Copy Markdown

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

klando commented Aug 28, 2013

Copy link
Copy Markdown

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