We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb01f32c commita92f24fCopy full SHA for a92f24f
doc/src/sgml/fdwhandler.sgml
@@ -381,9 +381,9 @@ GetForeignUpperPaths(PlannerInfo *root,
381
that should receive paths representing computation of this step,
382
and <literal>input_rel</literal> is the relation representing the input to this
383
step. The <literal>extra</literal> parameter provides additional details,
384
- currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</>
+ currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</literal>
385
or <literal>UPPERREL_GROUP_AGG</literal>, in which case it points to a
386
- <literal>GroupPathExtraData</> structure.
+ <literal>GroupPathExtraData</literal> structure.
387
(Note that <structname>ForeignPath</structname> paths added
388
to <literal>output_rel</literal> would typically not have any direct dependency
389
on paths of the <literal>input_rel</literal>, since their processing is expected