[COMMITTERS] pgsql: Back-patch Neil's four additional buffer overrun checks.

2005-02-08 Thread Tom Lane
Log Message: --- Back-patch Neil's four additional buffer overrun checks. Tags: REL7_2_STABLE Modified Files: -- pgsql/src/pl/plpgsql/src: gram.y (r1.29.2.2 -> r1.29.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff

[COMMITTERS] pgsql: Back-patch Neil's four additional buffer overrun checks.

2005-02-08 Thread Tom Lane
Log Message: --- Back-patch Neil's four additional buffer overrun checks. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/pl/plpgsql/src: gram.y (r1.39.2.1 -> r1.39.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff

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

2005-02-08 Thread Tom Lane
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/

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

2005-02-08 Thread 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/