pgsql: Fix plpython to not get totally confused by OUT arguments.
| From: |
tgl(at)postgresql(dot)org (Tom Lane) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgsql: Fix plpython to not get totally confused by OUT arguments. |
| Date: |
2008-05-03 02:47:48 |
| Message-ID: |
20080503024748.185BC7559CC@cvs.postgresql.org (view raw or flat) |
| Thread: |
|
| Lists: |
pgsql-committers |
Log Message:
-----------
Fix plpython to not get totally confused by OUT arguments. (It still doesn't
support multiple OUT arguments, though.)
Hannu Krosing
Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.108 -> r1.109)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.108&r2=1.109)
pgsql/src/pl/plpython/expected:
plpython_function.out (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_function.out?r1=1.10&r2=1.11)
plpython_test.out (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_test.out?r1=1.5&r2=1.6)
pgsql/src/pl/plpython/sql:
plpython_function.sql (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_function.sql?r1=1.10&r2=1.11)
plpython_test.sql (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_test.sql?r1=1.3&r2=1.4)
pgsql-committers by date
| Next: | From: User Hinoue | Date: 2008-05-03 05:57:42 |
| Subject: psqlodbc - psqlodbc: 1. |
| Previous: | From: Andrew Dunstan | Date: 2008-05-03 00:26:29 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |