mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of
further backpatch.
This commit is contained in:
parent
793d5662e8
commit
3fe3b81183
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.39 2008/03/28 00:21:55 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.40 2009/03/30 16:15:43 alvherre Exp $ -->
|
||||||
|
|
||||||
<chapter id="plpython">
|
<chapter id="plpython">
|
||||||
<title>PL/Python - Python Procedural Language</title>
|
<title>PL/Python - Python Procedural Language</title>
|
||||||
@ -337,7 +337,7 @@ $$ LANGUAGE plpythonu;
|
|||||||
<warning>
|
<warning>
|
||||||
<para>
|
<para>
|
||||||
Currently, due to Python
|
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
|
some debug versions of Python 2.4
|
||||||
(configured and compiled with option <literal>--with-pydebug</literal>)
|
(configured and compiled with option <literal>--with-pydebug</literal>)
|
||||||
are known to crash the <productname>PostgreSQL</productname> server
|
are known to crash the <productname>PostgreSQL</productname> server
|
||||||
|
Loading…
Reference in New Issue
Block a user