diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-27 20:48:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-27 20:48:51 +0000 |
commit | 9e7243063ccec18819b2935602898e76026682bd (patch) | |
tree | f3f18b74b94a48652d4e55bda1ddd2962f73b999 /src/backend/access/gist/gist.c | |
parent | a3855c57618b21589b164ea0f15821b4bb644aaa (diff) | |
download | postgresql-9e7243063ccec18819b2935602898e76026682bd.tar.gz postgresql-9e7243063ccec18819b2935602898e76026682bd.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions