plperlng - plperlng: Fixed initial patch to work against CVS HEAD.

From: dfetter(at)pgfoundry(dot)org (User Dfetter)
To: pgsql-committers(at)postgresql(dot)org
Subject: plperlng - plperlng: Fixed initial patch to work against CVS HEAD.
Date: 2004-06-17 00:03:35
Message-ID: 20040617000335.8B28D16C3730@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed initial patch to work against CVS HEAD. Fixed a few
grammar-o's & typos. Checked into pgFoundry. :)

Modified Files:
--------------
plperlng:
GNUmakefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/GNUmakefile.diff?r1=1.1.1.1&r2=1.2)
SPI.xs (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/SPI.xs.diff?r1=1.1.1.1&r2=1.2)
plperl.c (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/plperl.c.diff?r1=1.1.1.1&r2=1.2)

Added Files:
-----------
plperlng:
README.SPI_interface (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/README.SPI_interface?rev=1.1&content-type=text/x-cvsweb-markup)
README.composite (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/README.composite?rev=1.1&content-type=text/x-cvsweb-markup)
README.setof (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/README.setof?rev=1.1&content-type=text/x-cvsweb-markup)
README.shared (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/README.shared?rev=1.1&content-type=text/x-cvsweb-markup)
README.triggers (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/README.triggers?rev=1.1&content-type=text/x-cvsweb-markup)
spi_internal.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/spi_internal.c?rev=1.1&content-type=text/x-cvsweb-markup)
spi_internal.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plperlng/plperlng/spi_internal.h?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dfetter 2004-06-17 00:10:11 plperlng - plperlng: Added "this is a drop-in replacement" message
Previous Message User Andrewd 2004-06-16 19:11:57 plperlng - plperlng: Imported Sources