pgsql: Back out patch.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back out patch.
Date: 2005-07-05 18:15:51
Message-ID: 20050705181551.DF21352833@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Back out patch. This should be done like other server-side languages.

---------------------------------------------------------------------------

This patch allows the PL/Python module to do (SRF) functions.

The patch was taken from the CVS version.

I have modified the plpython.c file and have added a test sql script for
testing the functionality. It was actually the script that was in the
8.0.3 version but have since been removed.

In order to signal the end of a set, the called python function must
simply return plpy.EndOfSet and the set would be returned.

Gerrit van Dyk

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.63 -> r1.64)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.63&r2=1.64)

Removed Files:
-------------
pgsql/src/pl/plpython/sql:
plpython_setof.sql
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_setof.sql)

Browse pgsql-committers by date

  From Date Subject
Next Message User Diogob 2005-07-05 18:55:57 dblink-tds - dblink_tds:
Previous Message Tom Lane 2005-07-05 18:15:36 pgsql: Fix initialization bug in pgcrypto openssl code.