diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-06-06 13:43:24 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-06-06 13:43:24 +0300 |
commit | 0c1af2c35c7b456bd2fc76bbc9df5aa9c7911bde (patch) | |
tree | 05088838be5bebc85300b8e2a2c9389fcea20341 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 91143c03d4ca36406a53e05cd421b19e47d131d1 (diff) | |
download | postgresql-0c1af2c35c7b456bd2fc76bbc9df5aa9c7911bde.tar.gz postgresql-0c1af2c35c7b456bd2fc76bbc9df5aa9c7911bde.zip |
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 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions