pllolcode - pllolcode: Add support for boolean functions, and rework

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pllolcode - pllolcode: Add support for boolean functions, and rework
Date: 2007-12-05 04:53:02
Message-ID: 20071205045303.058AE17AC901@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add support for boolean functions, and rework arithmetic support to handle various operators based on their arity rather than 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-12-05 10:06:08 pgsql: Remove unused, occasionally confusing graphics building support.
Previous Message User H-saito 2007-12-05 03:20:47 npgsql - Npgsql2: Entry failure of NpgsqlTypes resource.