[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/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.48.2.2&r2=1.48.2.3)

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[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/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64.4.2&r2=1.64.4.3)

---(end of broadcast)---
TIP 8: explain analyze is your friend


[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?r1=1.39.2.1&r2=1.39.2.2)

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[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?r1=1.29.2.2&r2=1.29.2.3)

---(end of broadcast)---
TIP 8: explain analyze is your friend