From dff7ad3c61473a65ff8f166b1eefd099e68595bb Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 8 Mar 2016 14:30:12 -0500 Subject: [PATCH] Update GetForeignPlan documentation. Commit 385f337c9f39b21dca96ca4770552a10a6d5af24 added a new argument to the FDW GetForeignPlan method, but failed to update the documentation to match. Etsuro Fujita --- doc/src/sgml/fdwhandler.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 279daef2d1..e53458ea43 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -178,7 +178,9 @@ GetForeignPlan (PlannerInfo *root, the selected ForeignPath (previously produced by GetForeignPaths or GetForeignJoinPaths), the target list to be emitted by the plan node, - and the restriction clauses to be enforced by the plan node. + the restriction clauses to be enforced by the plan node, + and the outer subplan of the ForeignScan, + which is used for rechecks performed by RecheckForeignScan. (If the path is for a join rather than a base relation, foreigntableid is InvalidOid.) -- 2.40.0