Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdff7ad3

Browse files
committed
Update GetForeignPlan documentation.
Commit385f337 added a new argumentto the FDW GetForeignPlan method, but failed to update the documentationto match.Etsuro Fujita
1 parentd29b153 commitdff7ad3

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)

[8]ページ先頭

©2009-2025 Movatter.jp