From a92f24fc53a83ed6f3b2188bdc298f1c8a4a91ee Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 2 Apr 2018 13:56:40 -0400 Subject: [PATCH] Fix XML syntax in documentation --- doc/src/sgml/fdwhandler.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 9291b8f6d4..b1f16f3cba 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 input_rel is the relation representing the input to this step. The extra parameter provides additional details, - currently, it is set only for UPPERREL_PARTIAL_GROUP_AGG + currently, it is set only for UPPERREL_PARTIAL_GROUP_AGG or UPPERREL_GROUP_AGG, in which case it points to a - GroupPathExtraData structure. + GroupPathExtraData structure. (Note that ForeignPath paths added to output_rel would typically not have any direct dependency on paths of the input_rel, since their processing is expected -- 2.40.0