aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-01-30 22:05:20 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-01-30 22:05:20 +0000
commit08c17d6e56552a0f97f9f7ad68f2435f73f48f85 (patch)
treee2b4cc4147d818f5b9329227f0451b23620c38ec /src/backend/executor/nodeHashjoin.c
parent971230dfbb958579e39221fa60456c7690423f9c (diff)
downloadpostgresql-08c17d6e56552a0f97f9f7ad68f2435f73f48f85.tar.gz
postgresql-08c17d6e56552a0f97f9f7ad68f2435f73f48f85.zip
Repair oversights in the mechanism used to store compiled plpgsql functions.
The original coding failed (tried to access deallocated memory) if there were two active call sites (fn_extra pointers) for the same function and the function definition was updated. Also, if an update of a recursive function was detected upon nested entry to the function, the existing compiled version was summarily deallocated, resulting in crash upon return to the outer instance. Problem observed while studying a bug report from Sergiy Vyshnevetskiy. Bug does not exist before 8.1 since older versions just leaked the memory of obsoleted compiled functions, rather than trying to reclaim it.
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions