Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a92f24f

Browse files
committed
Fix XML syntax in documentation
1 parent b01f32c commit a92f24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/fdwhandler.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ GetForeignUpperPaths(PlannerInfo *root,
381381
that should receive paths representing computation of this step,
382382
and <literal>input_rel</literal> is the relation representing the input to this
383383
step. The <literal>extra</literal> parameter provides additional details,
384-
currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</>
384+
currently, it is set only for <literal>UPPERREL_PARTIAL_GROUP_AGG</literal>
385385
or <literal>UPPERREL_GROUP_AGG</literal>, in which case it points to a
386-
<literal>GroupPathExtraData</> structure.
386+
<literal>GroupPathExtraData</literal> structure.
387387
(Note that <structname>ForeignPath</structname> paths added
388388
to <literal>output_rel</literal> would typically not have any direct dependency
389389
on paths of the <literal>input_rel</literal>, since their processing is expected

0 commit comments

Comments
 (0)