pgsql/src/backend/optimizer/plan (subselect.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/optimizer/plan (subselect.c)
Дата
Msg-id 200008060413.e764Dpf68716@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Sunday, August  6, 2000 @ 00:13:23
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/optimizer/plan
     from hub.org:/home/projects/pgsql/tmp/cvs-serv68681

Modified Files:
    subselect.c

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

Copy sub-Query nodes to avoid trouble when same sub-Query is linked to
multiple times in the parsetree (can happen in COALESCE or BETWEEN
contexts, for example).  This is a pretty grotty solution --- it will
do for now, but perhaps we can do better when we redesign querytrees.
What we need is a consistent policy about whether querytrees should be
considered read-only structures or not ...

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

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/include/catalog (pg_proc.h)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/utils (catcache.h)