git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: be6de4c) | patch
Add a GetForeignUpperPaths callback function for FDWs.
2016年3月15日 00:04:44 +0000 (20:04 -0400)
2016年3月15日 00:04:48 +0000 (20:04 -0400)
commit 101fd9349eddb7e9ed84a239145d5230a9bc7336
Add a GetForeignUpperPaths callback function for FDWs.

This is basically like the just-added create_upper_paths_hook, but
control is funneled only to the FDW responsible for all the baserels
of the current query; so providing such a callback is much less likely
to add useless overhead than using the hook function is.

The documentation is a bit sketchy. We'll likely want to improve it,
and/or adjust the call conventions, when we get some experience with
actually using this callback. Hopefully somebody will find time to
experiment with it before 9.6 feature freeze.
doc/src/sgml/fdwhandler.sgml diff | blob | blame | history
src/backend/optimizer/README diff | blob | blame | history
src/backend/optimizer/plan/planner.c diff | blob | blame | history
src/backend/optimizer/util/pathnode.c diff | blob | blame | history
src/include/foreign/fdwapi.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /