pgsql: Don't pass the grouping target around unnecessarily.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Don't pass the grouping target around unnecessarily.
Дата
Msg-id E1eyJLB-0005j2-RP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't pass the grouping target around unnecessarily.

Since commit 4f15e5d09de276fb77326be5567dd9796008ca2e made grouped_rel
set reltarget, a variety of other functions can just get it from
grouped_rel instead of having to pass it around explicitly.  Simplify
accordingly.

Patch by me, reviewed by Ashutosh Bapat.

Discussion: http://postgr.es/m/CA+TgmoZ+ZJTVad-=vEq393N99KTooxv9k7M+z73qnTAqkb49BQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94150513ec12c13eb7c98430fc34f477896d38c9

Modified Files
--------------
src/backend/optimizer/plan/planner.c  | 41 +++++++++++++----------------------
src/backend/optimizer/util/pathnode.c |  4 ++--
src/include/optimizer/pathnode.h      |  2 --
3 files changed, 17 insertions(+), 30 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: typo fix, "PG_" should be "TG_" here.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make configure check for a couple more Perl modules for--enable