diff options
author | Alvaro Herrera | 2009-03-30 16:15:43 +0000 |
---|---|---|
committer | Alvaro Herrera | 2009-03-30 16:15:43 +0000 |
commit | f6aeae97ea47d1116f24b75d727d4e2f3277040e (patch) | |
tree | 2674387d9a66fdd9285b3f2cdac396403e027f98 | |
parent | 9fcb84ee8eca59ad0bb23f8d00df12ad1faea384 (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.sgml | 2 |
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&aid=1483133&group_id=5470&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 |