pllolcode - pllolcode: Explicit typecasting functions, comparison

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pllolcode - pllolcode: Explicit typecasting functions, comparison
Date: 2007-12-30 05:12:08
Message-ID: 20071230051208.A89DF17ADD23@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Explicit typecasting functions, comparison functions, and arithmetic functions now work. Still need to test arithmetic and comparison functions to ensure proper implicit typecasting and other type-related behaviors

Modified Files:
--------------
pllolcode:
DOC (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC.diff?r1=1.15&r2=1.16)
gram.y (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.20&r2=1.21)
pllolcode.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.c.diff?r1=1.12&r2=1.13)
pllolcode.h (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.h.diff?r1=1.17&r2=1.18)
pllolcode_symbol.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode_symbol.c.diff?r1=1.9&r2=1.10)
scan.l (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/scan.l.diff?r1=1.15&r2=1.16)
testFuncs.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/testFuncs.sql.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Gregory Stark 2007-12-30 07:16:37 Re: pgsql: Update TODO list based on 8.3 completed items: < * Allow major
Previous Message Tom Lane 2007-12-30 05:04:19 Re: pgsql: Update TODO list based on 8.3 completed items: < * Allow major