Thread: pgsql: If we're gonna check for array overrun, we really should do so

pgsql: If we're gonna check for array overrun, we really should do so

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
If we're gonna check for array overrun, we really should do so before
overrunning the array, not after.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.64.4.2 -> r1.64.4.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64.4.2&r2=1.64.4.3)