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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql/src include/nodes/execnodes.h include/ex ...
Date: 2001-05-28 16:19:42
Message-ID: Pine.LNX.4.30.0105281817140.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-05-28 16:21:46 Re: pgsql/src include/nodes/execnodes.h include/ex ...
Previous Message D'Arcy J.M. Cain - vex.net 2001-05-28 15:34:28 pgsql/contrib/chkpass chkpass.c