summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2009-03-30 16:15:43 +0000
committerAlvaro Herrera2009-03-30 16:15:43 +0000
commitf6aeae97ea47d1116f24b75d727d4e2f3277040e (patch)
tree2674387d9a66fdd9285b3f2cdac396403e027f98
parent9fcb84ee8eca59ad0bb23f8d00df12ad1faea384 (diff)
Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of
further backpatch.
-rw-r--r--doc/src/sgml/plpython.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index 90e4633ade..2e3d528b8c 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -337,7 +337,7 @@ $$ LANGUAGE plpythonu;
<warning>
<para>
Currently, due to Python
- <ulink url="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1483133&amp;group_id=5470&amp;atid=105470">bug #1483133</ulink>,
+ <ulink url="http://bugs.python.org/issue1483133">bug #1483133</ulink>,
some debug versions of Python 2.4
(configured and compiled with option <literal>--with-pydebug</literal>)
are known to crash the <productname>PostgreSQL</productname> server