aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-09-19 21:56:16 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-09-19 21:56:16 +0300
commit6cc54f38a9fe1f4103c45a9858804d1d5d4de0fd (patch)
treecbec31159e2830da81c38f497585664c9df00b04
parent8614b39bca8fc64b1128c7911424647c9a1d1da1 (diff)
downloadpostgresql-6cc54f38a9fe1f4103c45a9858804d1d5d4de0fd.tar.gz
postgresql-6cc54f38a9fe1f4103c45a9858804d1d5d4de0fd.zip
Remove obsolete warning from docs.
Python 2.4 and Fedora 4 are both obsolete at this point, especially unpatched debug builds. Discussion: <85e377b2-d459-396e-59b1-115548bbc059@iki.fi>
-rw-r--r--doc/src/sgml/plpython.sgml13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index 905e757ab6c..bb69c752b85 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>