Re: [HACKERS] [GENERAL] Small patch for PL/Perl Misbehavior with

2002-10-04 Thread John Worsley
stgreSQL gets freed automatically by the backend? (I wasn't familiar enough with the backend to know how to ask for memory confident in the understanding that it would at some point be freed. ;) Jw. -- John Worsley - [EMAIL PROTECTED] http://www.openvein.com/ -

[HACKERS] [GENERAL] Small patch for PL/Perl Misbehavior with Runtime ErrorReporting

2002-10-03 Thread John Worsley
llows, and is attached. src/pl/plperl/plperl.c: 443c443,445 < elog(ERROR, "plperl: error from function: %s", SvPV(ERRSV, PL_na)); --- > elog(NOTICE, "plperl: error from function: %s", SvPV(ERRSV, PL_na)); > sv_setpv(perl_get_sv(&