diff options
Diffstat (limited to 'src/include/nodes/relation.h')
-rw-r--r-- | src/include/nodes/relation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 4f061e91a3e..ea04809099d 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -205,7 +205,7 @@ typedef struct PlannerInfo List *placeholder_list; /* list of PlaceHolderInfos */ List *query_pathkeys; /* desired pathkeys for query_planner(), and - * actual pathkeys afterwards */ + * actual pathkeys after planning */ List *group_pathkeys; /* groupClause pathkeys, if any */ List *window_pathkeys; /* pathkeys of bottom window, if any */ |