pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the - Mailing list pgsql-committers

From eggyknap@pgfoundry.org (User Eggyknap)
Subject pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the
Date
Msg-id 20070927025050.1A1BB21777A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Using plproxy as a guide (thanks, DarcyB, for the suggestion) properly funnel function text into lex. Still have
problemswith much of the grammer (MEBBE blocks give warnings now, many features not yet supported), and even when
parsedsuccessfully 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some small tuptoaster improvements from Greg Stark.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.