aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2009-03-30 16:16:13 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2009-03-30 16:16:13 +0000
commit781e1557e10532969a74deaca0736cc1ef1b5e41 (patch)
tree0f386e64dd8436003b2be83ce4e74b93f91aa41a
parentedc7f96c9d18c5edceeb526f0b7c464a3dc4dde7 (diff)
downloadpostgresql-781e1557e10532969a74deaca0736cc1ef1b5e41.tar.gz
postgresql-781e1557e10532969a74deaca0736cc1ef1b5e41.zip
Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of
further backpatch.
-rw-r--r--doc/src/sgml/plpython.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index 718bb7e4fd4..7a5a79fef76 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.38 2007/02/01 00:28:17 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.38.2.1 2009/03/30 16:16:13 alvherre Exp $ -->
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
@@ -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