pgsql: Rename PathKeyInfo to GroupByOrdering

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Rename PathKeyInfo to GroupByOrdering
Дата
Msg-id E1sFAcu-000Fmw-LQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c1af2c35c7b456bd2fc76bbc9df5aa9c7911bde

Modified Files
--------------
src/backend/optimizer/path/pathkeys.c | 18 +++++++++---------
src/backend/optimizer/plan/planner.c  |  8 ++++----
src/include/nodes/pathnodes.h         | 13 ++++++++++---
src/tools/pgindent/typedefs.list      |  2 +-
4 files changed, 24 insertions(+), 17 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc PG 17 relnotes: adjust integer bin/oct funcs and psql tab
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make RelationFlushRelation() work without ResourceOwner during a