pgsql/src/include/optimizer (tlist.h)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/include/optimizer (tlist.h)
Дата
Msg-id 200101090348.f093mom48282@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Monday, January  8, 2001 @ 22:48:50
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/optimizer
     from hub.org:/home/projects/pgsql/tmp/cvs-serv48277/include/optimizer

Modified Files:
    tlist.h

-----------------------------  Log Message  -----------------------------

Fix oversight in planning of GROUP queries: when an expression is used
as both a GROUP BY item and an output expression, the top-level Group
node should just copy up the evaluated expression value from its input,
rather than re-evaluating the expression.  Aside from any performance
benefit this might offer, this avoids a crash when there is a sub-SELECT
in said expression.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/storage (relfilenode.h)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/optimizer/util (tlist.c)