pllolcode - pllolcode: Add support for boolean functions, and rework - Mailing list pgsql-committers

From eggyknap@pgfoundry.org (User Eggyknap)
Subject pllolcode - pllolcode: Add support for boolean functions, and rework
Date
Msg-id 20071205045303.058AE17AC901@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add support for boolean functions, and rework arithmetic support to handle various operators based on their arity
ratherthan their function. This allows for more code-reuse. Also updated documentation and added new examples in
linux_test.sh

Modified Files:
--------------
    pllolcode:
        DOC (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC.diff?r1=1.9&r2=1.10)
        gram.y (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.15&r2=1.16)
        linux_test.sh (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/linux_test.sh.diff?r1=1.8&r2=1.9)
        pllolcode.h (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.h.diff?r1=1.12&r2=1.13)
        pllolcode_symbol.c (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode_symbol.c.diff?r1=1.4&r2=1.5)
        scan.l (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/scan.l.diff?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: npgsql - Npgsql2: Entry failure of NpgsqlTypes resource.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Remove unused, occasionally confusing graphics building support.