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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql/src include/nodes/execnodes.h include/ex ...
Дата
Msg-id Pine.LNX.4.30.0105281817140.757-100000@peter.localdomain
обсуждение исходный текст
Ответ на pgsql/src include/nodes/execnodes.h include/ex ...  (Tom Lane <tgl@hub.org>)
Список pgsql-committers
Tom Lane writes:

> 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.

Was this responsible for an occasional

NOTICE:  AllocSetCheck: JunkFilterContext: req size > alloc size for chunk %p in block %p

during UPDATE?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql/src include/nodes/execnodes.h include/ex ...
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/ rc/pl/plpgsql/src/pl_exec.c oc/src/sgml ...