Re: SQL/MED - core functionality
花田 茂 <hanada@metrosystems.co.jp>
From: Shigeru HANADA <hanada@metrosystems.co.jp>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-01-05T10:24:18Z
Lists: pgsql-hackers
Attachments
- 20110105-fdw_handler.patch.gz (application/octet-stream) patch
- 20110105-foreign_scan.patch.gz (application/octet-stream) patch
On Sat, 1 Jan 2011 23:54:05 -0500 Robert Haas <robertmhaas@gmail.com> wrote: > Hanada-san, can you rebase the fdw_scan patch over what I committed > and post an updated version ASAP? It'd be better for Heikki or Tom to > work on that part of this than me, since they have a better > understanding of the executor than I do, but I'm sure that they will > not want to work from the previously posted patches as the changes I > made are fairly extensive. I've rebased fdw_scan patch onto HEAD, and also split into two parts: 1) fdw_handler.patch includes HANDLER option syntax for CREATE/ALTER FOREIGN DATA WRAPPER 2) foreign_scan.patch includes ForeignScan executor node and FdwRoutine interface Regards, -- Shigeru Hanada