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

Поиск
Список
Период
Сортировка
От knt@pgfoundry.org (User Knt)
Тема plscheme - plscheme: Trigger support added and argument parsing/placing
Дата
Msg-id 20060919164519.7B9C986CAA5@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix shared library creation to work properly on AIX.
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - plscheme: Fix a small annoying bug in tuple swapping.