Skip to content

Commit dff7ad3

Browse files
committed
Update GetForeignPlan documentation.
Commit 385f337 added a new argument to the FDW GetForeignPlan method, but failed to update the documentation to match. Etsuro Fujita
1 parent d29b153 commit dff7ad3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/fdwhandler.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ GetForeignPlan (PlannerInfo *root,
178178
the selected <structname>ForeignPath</> (previously produced by
179179
<function>GetForeignPaths</> or <function>GetForeignJoinPaths</>),
180180
the target list to be emitted by the plan node,
181-
and the restriction clauses to be enforced by the plan node.
181+
the restriction clauses to be enforced by the plan node,
182+
and the outer subplan of the <structname>ForeignScan</>,
183+
which is used for rechecks performed by <function>RecheckForeignScan</>.
182184
(If the path is for a join rather than a base
183185
relation, <literal>foreigntableid</> is <literal>InvalidOid</>.)
184186
</para>

0 commit comments

Comments
 (0)