]> 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:29 +0000 (19:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Feb 2005 19:35:29 +0000 (19:35 +0000)
commit86206573ede6f6fa85af57f6b70549e6f1d3f56e
tree0ae99187268f0d597b333ac66fb2d8307ad109af
parent925320fe3d31fd974a51c3257d4e6845b3d73066
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