postgresql/src/pl/plperl
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores.
As proof of concept, provide an alternate implementation based on POSIX
semaphores.  Also push the SysV shared-memory implementation into a
separate file so that it can be replaced conveniently.
2002-05-05 00:03:29 +00:00
..
eloglvl.c Add new elog() levels to stored procedure languages. plperl DEBUG hack 2002-03-06 18:50:33 +00:00
eloglvl.h Add new elog() levels to stored procedure languages. plperl DEBUG hack 2002-03-06 18:50:33 +00:00
GNUmakefile OK'ed by Peter. 2002-02-23 21:49:10 +00:00
Makefile.PL VPATH and DESTDIR support for PL/Perl, using the same techniques employed 2001-08-26 23:54:41 +00:00
plperl.c Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
ppport.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
README Polish PL/Perl documentation. The README file got shrunk to being a 2000-12-19 18:16:26 +00:00
SPI.xs Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00

PL/Perl allows you to write PostgreSQL functions and procedures in
Perl.  To include PL/Perl in the build use './configure --with-perl'.
To build from this directory use 'gmake all; gmake install'.  libperl
must have been built as a shared library, which is usually not the
case in standard installations.

Consult the PostgreSQL User's Guide and the INSTALL file in the
top-level directory of the source distribution for more information.