pgsql/src/backend/executor execQual.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/executor execQual.c
Дата
Msg-id 200104190429.f3J4T3J14222@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/04/19 00:29:02

Modified files:
    src/backend/executor: execQual.c

Log message:
    Kluge solution for Alex Pilosov's report of problems with whole-tuple
    function arguments in join queries: copy the tuples into
    TransactionCommandContext so they don't get recycled too soon.  This is
    horrid, but not any worse than 7.0 or before, which also leaked such
    tuples until end of query.  A proper fix will require allowing tuple
    datums to be physically stored inside larger tuple datums, which opens
    up a bunch of issues that can't realistically be solved for 7.1.1.


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql/src/backend/utils/mb wchar.c
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc TODO