]> granicus.if.org Git - postgresql/commitdiff
Update GetForeignPlan documentation.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 19:30:12 +0000 (14:30 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 19:30:12 +0000 (14:30 -0500)
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

index 279daef2d16e0731a3084256f03ef4f1d4301b03..e53458ea43c51589bf98cf4d5c04ad0037961a4c 100644 (file)
@@ -178,7 +178,9 @@ GetForeignPlan (PlannerInfo *root,
      the selected <structname>ForeignPath</> (previously produced by
      <function>GetForeignPaths</> or <function>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 <structname>ForeignScan</>,
+     which is used for rechecks performed by <function>RecheckForeignScan</>.
      (If the path is for a join rather than a base
      relation, <literal>foreigntableid</> is <literal>InvalidOid</>.)
     </para>