plperl on AIX - Mailing list pgsql-hackers

From John F Rizzo
Subject plperl on AIX
Date
Msg-id OF18F0DC9F.CBA93AFD-ON87257157.0063336E-07257157.0062F802@us.ibm.com
Whole thread Raw
Responses Re: plperl on AIX  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
<br /><font face="sans-serif" size="2">I posted this in other lists with no response...  Can anyone help?</font><br
/><br/><font face="sans-serif" size="2">I'm having trouble getting plperl to work on AIX 5.3.2.</font><font size="3">
</font><fontface="sans-serif" size="2"><br /> Postgresql Version: 8.1.1</font><font size="3"> </font><font
face="sans-serif"size="2"><br /> Perl Version: 5.8.7</font><font size="3"><br /></font><font face="sans-serif"
size="2"><br/> I've rebuilt perl as a shared library version and built that into postgre using --with-perl.  The
postgrebuild/install works fine, without errors.</font><font size="3"><br /></font><font face="sans-serif" size="2"><br
/>The plperl regression tests all fail, though.  Here are the test results of the first regression test:</font><font
size="3"><br/></font><font face="sans-serif" size="2"><br /> --</font><font size="3"> </font><font face="sans-serif"
size="2"><br/> -- checkpoint so that if we have a crash in the tests, replay of the</font><font size="3"> </font><font
face="sans-serif"size="2"><br /> -- just-completed CREATE DATABASE won't discard the core dump file</font><font
size="3"></font><font face="sans-serif" size="2"><br /> --</font><font size="3"> </font><font face="sans-serif"
size="2"><br/> checkpoint;</font><font size="3"> </font><font face="sans-serif" size="2"><br /> --</font><font
size="3"></font><font face="sans-serif" size="2"><br /> -- Test result value processing</font><font size="3">
</font><fontface="sans-serif" size="2"><br /> --</font><font size="3"> </font><font face="sans-serif" size="2"><br />
CREATEOR REPLACE FUNCTION perl_int(int) RETURNS INTEGER AS $$</font><font size="3"> </font><font face="sans-serif"
size="2"><br/> return undef;</font><font size="3"> </font><font face="sans-serif" size="2"><br /> $$ LANGUAGE
plperl;</font><fontsize="3"> </font><font face="sans-serif" size="2"><br /> server closed the connection
unexpectedly</font><fontsize="3"> </font><font face="sans-serif" size="2"><br />        This probably means the server
terminatedabnormally</font><font size="3"> </font><font face="sans-serif" size="2"><br />        before or while
processingthe request.</font><font size="3"> </font><font face="sans-serif" size="2"><br /> connection to server was
lost</font><fontsize="3"><br /></font><font face="sans-serif" size="2"><br /> I've tried this same thing manually with
thesame result.</font><font size="3"><br /></font><font face="sans-serif" size="2"><br /> Does anyone have any
suggestionson how to get this to work?</font><font size="3"><br /></font><font face="sans-serif" size="2"><br />
Thanks</font>

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Further reduction of bufmgr lock contention
Next
From: Tom Lane
Date:
Subject: Re: Further reduction of bufmgr lock contention