plscheme - plscheme: Introduce argument modes (INOUT/OUT) functionality.

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Introduce argument modes (INOUT/OUT) functionality.
Date: 2006-08-17 12:41:40
Message-ID: 20060817124140.DBBAC86C681@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Introduce argument modes (INOUT/OUT) functionality. Therefore, it's now
possible to return record types. Furthermore, you can receive row type
arguments too. Also, domain types are handled too. You can safely
return and receive domain type arguments, even inside records.

Despite these good news, I couldn't find a way to fix "write past chunk"
warnings caused by record returning procedures. [New features will be
ported to 8.1 after figuring out this problem.]

Modified Files:
--------------
plscheme:
plscheme-8.2.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme-8.2.c.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-08-17 16:33:17 pgfouine - www: updated RPM
Previous Message User Gsmet 2006-08-17 10:02:30 pgfouine - pgfouine: applied patch to RPM spec file by Devrim Gunduz