diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-20 20:44:44 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-20 20:44:44 +0000 |
commit | 9d7c005243c55fef3ee359c6e2a076ff202ad7a3 (patch) | |
tree | 7a9e086c8d07245f35d5416440e17f0fbe72c1ce /src/tutorial | |
parent | b95ae32b4178959e8880bd716fb33ec163f61713 (diff) | |
download | postgresql-9d7c005243c55fef3ee359c6e2a076ff202ad7a3.tar.gz postgresql-9d7c005243c55fef3ee359c6e2a076ff202ad7a3.zip |
plpgsql's exec_assign_value() freed the old value of a variable before
copying/converting the new value, which meant that it failed badly on
"var := var" if var is of pass-by-reference type. Fix this and a similar
hazard in exec_move_row(); not sure that the latter can manifest before
8.0, but patch it all the way back anyway. Per report from Dave Chapeskie.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions