diff options
| author | Alexander Korotkov | 2024-06-06 10:43:24 +0000 |
|---|---|---|
| committer | Alexander Korotkov | 2024-06-06 10:43:24 +0000 |
| commit | 0c1af2c35c7b456bd2fc76bbc9df5aa9c7911bde (patch) | |
| tree | 05088838be5bebc85300b8e2a2c9389fcea20341 /src/tools | |
| parent | 91143c03d4ca36406a53e05cd421b19e47d131d1 (diff) | |
Rename PathKeyInfo to GroupByOrdering
0452b461bc made optimizer explore alternative orderings of group-by pathkeys.
The PathKeyInfo data structure was used to store the particular ordering of
group-by pathkeys and corresponding clauses. It turns out that PathKeyInfo
is not the best name for that purpose. This commit renames this data structure
to GroupByOrdering, and revises its comment.
Discussion: https://postgr.es/m/db0fc3a4-966c-4cec-a136-94024d39212d%40postgrespro.ru
Reported-by: Tom Lane
Author: Andrei Lepikhov
Reviewed-by: Alexander Korotkov, Pavel Borisov
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index d427a1c16a5..4f57078d133 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -1056,6 +1056,7 @@ GrantRoleStmt GrantStmt GrantTargetType Group +GroupByOrdering GroupClause GroupPath GroupPathExtraData @@ -2067,7 +2068,6 @@ PathClauseUsage PathCostComparison PathHashStack PathKey -PathKeyInfo PathKeysComparison PathTarget PatternInfo |
