pgsql/src include/nodes/execnodes.h include/ex ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src include/nodes/execnodes.h include/ex ...
Дата
Msg-id 200105272048.f4RKmpq47210@hub.org
обсуждение исходный текст
Ответы Re: pgsql/src include/nodes/execnodes.h include/ex ...  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/05/27 16:48:51

Modified files:
    src/include/nodes: execnodes.h
    src/include/executor: executor.h
    src/backend/executor: execMain.c execJunk.c

Log message:
    When using a junkfilter, the output tuple should NOT be stored back into
    the same tuple slot that the raw tuple came from, because that slot has
    the wrong tuple descriptor.  Store it into its own slot with the correct
    descriptor, instead.  This repairs problems with SPI functions seeing
    inappropriate tuple descriptors --- for example, plpgsql code failing to
    cope with SELECT FOR UPDATE.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/executor nodeHash.c nodeInde ...
Следующее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/src/bin/psql describe.c