postgresql/src/pl/plperl
Tom Lane 28c480e9ae Remove unnecessary checkpoint from PL regression tests. This was once
handy to prevent core dump files from disappearing, but it's useless now
because (a) we don't drop core in individual DB subdirectories anymore,
and (b) CREATE DATABASE forces an internal checkpoint anyway.
2007-01-28 21:17:32 +00:00
..
expected Remove unnecessary checkpoint from PL regression tests. This was once 2007-01-28 21:17:32 +00:00
sql Remove unnecessary checkpoint from PL regression tests. This was once 2007-01-28 21:17:32 +00:00
GNUmakefile Ah, I finally realize why Magnus wanted to add a --bindir option to 2006-07-21 00:24:04 +00:00
plperl.c remove unnecessary and now inaccurate cast which I should have removed with other old code. 2007-01-27 16:46:21 +00:00
plperl.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
ppport.h Update ppport.h to not cause warnings with newest Perl versions. 2006-05-30 15:48:20 +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 Fix a few places that were checking for the return value of palloc() to be 2006-03-19 22:22:56 +00:00
spi_internal.c Rationalise perl header inclusions via a common include file, which also 2006-01-08 22:27:52 +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.