We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8614b39 commit 6cc54f3Copy full SHA for 6cc54f3
doc/src/sgml/plpython.sgml
@@ -696,19 +696,6 @@ AS $$
696
$$ LANGUAGE plpythonu;
697
</programlisting>
698
699
- <warning>
700
- <para>
701
- Due to Python
702
- <ulink url="http://bugs.python.org/issue1483133">bug #1483133</ulink>,
703
- some debug versions of Python 2.4
704
- (configured and compiled with option <literal>--with-pydebug</literal>)
705
- are known to crash the <productname>PostgreSQL</productname> server
706
- when using an iterator to return a set result.
707
- Unpatched versions of Fedora 4 contain this bug.
708
- It does not happen in production versions of Python or on patched
709
- versions of Fedora 4.
710
- </para>
711
- </warning>
712
</para>
713
</listitem>
714
</varlistentry>
0 commit comments