plscheme - plscheme: Trigger support added and argument parsing/placing

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Trigger support added and argument parsing/placing
Date: 2006-09-19 16:45:19
Message-ID: 20060919164519.7B9C986CAA5@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Trigger support added and argument parsing/placing methods written from scratch.
Now it's possible to handle nested record types at infinite level. (I'm a little
bit curious about the possible benefits of this feature. But at least, the
current argument parsing/placing API is quite compact, clear and more
importantly complete when compared to the older one.)

Modified Files:
--------------
plscheme:
plscheme.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message User Knt 2006-09-19 17:09:01 plscheme - plscheme: Fix a small annoying bug in tuple swapping.
Previous Message Tom Lane 2006-09-19 15:36:08 pgsql: Fix shared library creation to work properly on AIX.