Commit dff7ad3c authored by Robert Haas's avatar Robert Haas

Update GetForeignPlan documentation.

Commit 385f337c added a new argument
to the FDW GetForeignPlan method, but failed to update the documentation
to match.

Etsuro Fujita
parent d29b153f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment