plscheme - plscheme: Trigger support added and argument parsing/placing - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Trigger support added and argument parsing/placing
Date
Msg-id 20060919164519.7B9C986CAA5@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix shared library creation to work properly on AIX.
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: Fix a small annoying bug in tuple swapping.