summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-04-02 13:56:40 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-04-02 13:56:59 -0400
commita92f24fc53a83ed6f3b2188bdc298f1c8a4a91ee (patch)
treef0088d2bd291e6120ebdf45f230aec2b189a7ba2 /doc/src
parentb01f32c313f00846b6f06cf871d0d9ce7c3ad5e5 (diff)
Fix XML syntax in documentation
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/fdwhandler.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index 9291b8f6d4b..b1f16f3cbad 100644
--- a/doc/src/sgml/fdwhandler.sgml
+++ b/doc/src/sgml/fdwhandler.sgml
@@ -381,9 +381,9 @@ GetForeignUpperPaths(PlannerInfo *root,
that should receive paths representing computation of this step,
and <literal>input_rel</literal> is the relation representing the input to this
step. The <literal>extra</literal> parameter provides additional details,
- currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</>
+ currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</literal>
or <literal>UPPERREL_GROUP_AGG</literal>, in which case it points to a
- <literal>GroupPathExtraData</> structure.
+ <literal>GroupPathExtraData</literal> structure.
(Note that <structname>ForeignPath</structname> paths added
to <literal>output_rel</literal> would typically not have any direct dependency
on paths of the <literal>input_rel</literal>, since their processing is expected