]> git.ipfire.org Git - thirdparty/postgresql.git/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:33:42 +0000 (14:33 -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 dc2d8909751f3e7cb7d9d0110d6d6599df28f9bf..98fda71e1062303ef7524b34bd54ac2048cf0062 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>