From: Heikki Linnakangas Date: Mon, 19 Sep 2016 18:56:16 +0000 (+0300) Subject: Remove obsolete warning from docs. X-Git-Tag: REL_10_BETA1~1705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cc54f38a9fe1f4103c45a9858804d1d5d4de0fd;p=postgresql 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> --- 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; - - - Due to Python - bug #1483133, - some debug versions of Python 2.4 - (configured and compiled with option --with-pydebug) - are known to crash the PostgreSQL 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. - -