mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
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>
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user