1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Update GetForeignPlan documentation.

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

Etsuro Fujita
This commit is contained in:
Robert Haas 2016-03-08 14:30:12 -05:00
parent d29b153f18
commit dff7ad3c61

View File

@ -178,7 +178,9 @@ GetForeignPlan (PlannerInfo *root,
the selected <structname>ForeignPath</> (previously produced by the selected <structname>ForeignPath</> (previously produced by
<function>GetForeignPaths</> or <function>GetForeignJoinPaths</>), <function>GetForeignPaths</> or <function>GetForeignJoinPaths</>),
the target list to be emitted by the plan node, 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 (If the path is for a join rather than a base
relation, <literal>foreigntableid</> is <literal>InvalidOid</>.) relation, <literal>foreigntableid</> is <literal>InvalidOid</>.)
</para> </para>