pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the
Date: 2007-09-27 02:50:50
Message-ID: 20070927025050.1A1BB21777A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Using plproxy as a guide (thanks, DarcyB, for the suggestion) properly funnel function text into lex. Still have problems with much of the grammer (MEBBE blocks give warnings now, many features not yet supported), and even when parsed successfully the result isn't actually used for anything. Nevertheless, it's progress :)

Modified Files:
--------------
pllolcode:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/Makefile.diff?r1=1.3&r2=1.4)
gram.y (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.4&r2=1.5)
pllolcode.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.c.diff?r1=1.4&r2=1.5)
pllolcode.h (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.h.diff?r1=1.1&r2=1.2)
scan.l (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/scan.l.diff?r1=1.3&r2=1.4)

Added Files:
-----------
pllolcode:
README (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/README?rev=1.1&content-type=text/x-cvsweb-markup)
test.sh (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/test.sh?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-09-27 05:41:19 Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice
Previous Message Tom Lane 2007-09-26 23:29:10 pgsql: Some small tuptoaster improvements from Greg Stark.