pllolcode - pllolcode: (Finally) make PL/LOLCODE use variables as

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pllolcode - pllolcode: (Finally) make PL/LOLCODE use variables as
Date: 2008-10-11 04:50:51
Message-ID: 20081011045051.C20FA17ADE16@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
(Finally) make PL/LOLCODE use variables as specified in the function declaration, instead of the cheesy LOL1, LOL2 I started with.

Modified Files:
--------------
pllolcode:
DOC (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC.diff?r1=1.27&r2=1.28)
pllolcode.c (r1.24 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.c.diff?r1=1.24&r2=1.25)
pllolcode_symbol.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode_symbol.c.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-13 00:41:41 pgsql: Fix corner case wherein a WorkTableScan node could get
Previous Message Tom Lane 2008-10-11 01:28:43 Re: pgsql: Add missing header.