]> granicus.if.org Git - postgresql/commit
Adjust plpgsql to allow assignment to an element of an array that is
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Feb 2005 19:35:14 +0000 (19:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Feb 2005 19:35:14 +0000 (19:35 +0000)
commit2a8874841dc79e06762c4d6584bbf5efd08c3356
tree891e90921b1f50c873e47cc731b1ad275f090265
parent68b0e29800f618d39600173de8bdbb8c13132a3e
Adjust plpgsql to allow assignment to an element of an array that is
initially NULL.  For 8.0 we changed the main executor to have this
behavior in an UPDATE of an array column, but plpgsql's equivalent case
was overlooked.  Per report from Sven Willenberger.
src/pl/plpgsql/src/pl_exec.c