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
От:
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
If we're gonna check for array overrun, we really should do so before
overrunning the array, not after.
Tags:
----
REL7_4_STABLE
Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
gram.y (r1.48.2.2 -> r1.48.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.48.2.2&r2=1.48.2.3)