pgsql: Convert a perl array to a postgres array when returned by Set

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Convert a perl array to a postgres array when returned by Set
Date: 2009-09-28 17:30:25
Message-ID: 20090928173025.08DFE753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.123.2.6 -> r1.123.2.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.123.2.6&r2=1.123.2.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-09-28 17:30:41 pgsql: Convert a perl array to a postgres array when returned by Set
Previous Message Andrew Dunstan 2009-09-28 17:30:05 pgsql: Convert a perl array to a postgres array when returned by Set