]> granicus.if.org Git - postgresql/commit
Add some additional core functions to support join pushdown for FDWs.
authorRobert Haas <rhaas@postgresql.org>
Thu, 4 Feb 2016 22:05:09 +0000 (17:05 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 4 Feb 2016 22:05:09 +0000 (17:05 -0500)
commita104a017fc5f67ff5d9c374cd831ac3948a874c2
treeae680f2919d01c06031d8fba35467ff666c62ebb
parentc1772ad9225641c921545b35c84ee478c326b95e
Add some additional core functions to support join pushdown for FDWs.

GetExistingLocalJoinPath() is useful for handling EvalPlanQual rechecks
properly, and GetUserMappingById() is needed to make sure you're using
the right credentials.

Shigeru Hanada, Etsuro Fujita, Ashutosh Bapat, Robert Haas
doc/src/sgml/fdwhandler.sgml
src/backend/foreign/foreign.c
src/include/foreign/fdwapi.h
src/include/foreign/foreign.h