diff options
author | Heikki Linnakangas | 2016-09-19 18:56:16 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2016-09-19 18:56:16 +0000 |
commit | 6cc54f38a9fe1f4103c45a9858804d1d5d4de0fd (patch) | |
tree | cbec31159e2830da81c38f497585664c9df00b04 | |
parent | 8614b39bca8fc64b1128c7911424647c9a1d1da1 (diff) |
Remove obsolete warning from docs.
Python 2.4 and Fedora 4 are both obsolete at this point, especially
unpatched debug builds.
Discussion: <[email protected]>
-rw-r--r-- | doc/src/sgml/plpython.sgml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 905e757ab6..bb69c752b8 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -696,19 +696,6 @@ AS $$ $$ LANGUAGE plpythonu; </programlisting> - <warning> - <para> - Due to Python - <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 - when using an iterator to return a set result. - Unpatched versions of Fedora 4 contain this bug. - It does not happen in production versions of Python or on patched - versions of Fedora 4. - </para> - </warning> </para> </listitem> </varlistentry> |