pgsql: Adjust plpgsql to allow assignment to an element of an array that

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust plpgsql to allow assignment to an element of an array that
Date: 2005-02-01 19:35:15
Message-ID: 20050201193515.B26DF8B9C9F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.127 -> r1.128)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.127&r2=1.128)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-01 19:35:31 pgsql: Adjust plpgsql to allow assignment to an element of an array that
Previous Message Bruce Momjian 2005-02-01 04:56:53 pgsql: Add FETCH/MOVE: < * Change LIMIT/OFFSET to use int8 > * Change