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

Commita0be05b

Browse files
author
Etsuro Fujita
committed
Doc: Update FDW documentation about GetForeignUpperPaths().
In commitd50d172, which added support for LIMIT/OFFSET pushdown inpostgres_fdw, a new struct was introduced as the extra parameter ofGetForeignUpperPaths() set for UPPERREL_FINAL, but I forgot to updatethe documentation to mention that.Author: Etsuro FujitaDiscussion:https://postgr.es/m/CAPmGK17uSXQDe31oRb-z1nYyT6vVzkstZkA3_Wbq38U92b9BmQ%40mail.gmail.com
1 parentedbcbe2 commita0be05b

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
@@ -387,7 +387,9 @@ GetForeignUpperPaths(PlannerInfo *root,
387387
step. The <literal>extra</literal> parameter provides additional details,
388388
currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</literal>
389389
or <literal>UPPERREL_GROUP_AGG</literal>, in which case it points to a
390-
<literal>GroupPathExtraData</literal> structure.
390+
<literal>GroupPathExtraData</literal> structure;
391+
or for <literal>UPPERREL_FINAL</literal>, in which case it points to a
392+
<literal>FinalPathExtraData</literal> structure.
391393
(Note that <structname>ForeignPath</structname> paths added
392394
to <literal>output_rel</literal> would typically not have any direct dependency
393395
on paths of the <literal>input_rel</literal>, since their processing is expected

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp