pgsql: Split out into a separate function the code in grouping_planner()

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Split out into a separate function the code in grouping_planner()
Дата
Msg-id 20050410195008.DB63E535AC@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Split out into a separate function the code in grouping_planner() that
decides whether to use hashed grouping instead of sort-plus-uniq
grouping. The function needs an annoyingly large number of parameters,
but this still seems like a win for legibility, since it removes over
a hundred lines from grouping_planner (which is still too big :-().

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        planner.c (r1.182 -> r1.183)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planner.c.diff?r1=1.182&r2=1.183)

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

Предыдущее
От: decibel@pgfoundry.org (User Decibel)
Дата:
Сообщение: newsysviews - newsysview: pg_*_casts
Следующее
От: decibel@pgfoundry.org (User Decibel)
Дата:
Сообщение: newsysviews - newsysview: Update doc