| From: | Roman Neuhauser <neuhauser(at)chello(dot)cz> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | recent buffer overruns in plpgsql |
| Date: | 2005-02-18 12:18:17 |
| Message-ID: | 20050218121817.GC1737@isis.wad.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I have a few questions regarding (or related to) the recent
SELECT INTO fixes in plpgsql.
* There hasn't been an official announcement as far as I can tell.
All I could find is a mention in David Fetter's Weekly News.
Is the risk so low it doesn't warrant informing users?
* What are the plans regarding 8.0.2? For example, FreeBSD users
who use portaudit cannot install the software ATM because the
port is marked FORBIDDEN; they're pointed at this page:
http://www.freebsd.org/ports/portaudit/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
* What the heck is up with http://developer.postgresql.org/cvsweb.cgi ?
The revisions in $PostgreSQL$ keywords in diffs are off by one:
requesting /pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64.4.1;r2=1.64.4.3
gives me
--- pgsql/src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1
+++ pgsql/src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3
@@ -4,7 +4,7 @@
* procedural language
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64 2004/10/25 06:27:21 neilc Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $
--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2005-02-18 13:01:28 | Re: db replication and errors |
| Previous Message | alexandre::aldeia digital | 2005-02-18 12:05:25 | Re: Killing process through of a function |