pllua - pllua: - Keep package table in pllua - Added pllua_validator - - Mailing list pgsql-committers

From carvalho@pgfoundry.org (User Carvalho)
Subject pllua - pllua: - Keep package table in pllua - Added pllua_validator -
Date
Msg-id 20080109175620.0850B17AD082@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
- Keep package table in pllua
- Added pllua_validator
- trigger.old now holds old row in upvalue before row operation triggers
- Improved Makefile
- pllua.init table is now optional
- Use '...' as argument if any argname is missing in function declarations.

Modified Files:
--------------
    pllua:
        Makefile (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.5&r2=1.6)
        pllua.c (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1=1.10&r2=1.11)
        pllua.h (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.h.diff?r1=1.9&r2=1.10)
        plluaapi.c (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaapi.c.diff?r1=1.10&r2=1.11)
        plluaspi.c (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaspi.c.diff?r1=1.11&r2=1.12)
        plluau.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluau.c.diff?r1=1.3&r2=1.4)

Added Files:
-----------
    pllua:
        pllua.sql (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.sql?rev=1.1&content-type=text/x-cvsweb-markup)
    pllua/docs:
        index.html (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/index.html?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
    pllua:
        pllua-test.sql
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua-test.sql)
        pllua.source
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.source)
    pllua/docs:
        manual.html
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/manual.html)
        style.css
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/style.css)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: suspend_timeout, to force suspend
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix some planner issues found while investigating Kevin