aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-05-27 20:48:51 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-05-27 20:48:51 +0000
commit9e7243063ccec18819b2935602898e76026682bd (patch)
treef3f18b74b94a48652d4e55bda1ddd2962f73b999 /src/backend/access/gist/gist.c
parenta3855c57618b21589b164ea0f15821b4bb644aaa (diff)
downloadpostgresql-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