Re: [PATCHES] plperl SRF sanity check fix

2005-08-12 Thread Bruce Momjian
Andrew Dunstan wrote: > > The attached patch moves a plperl sanity check into the correct > position. Performing the check in the existing position allows the call > to go through to perl first, possibly resulting in a SEGV. OK, patch applied. Your version didn't apply cleanly so I just moved

[PATCHES] plperl SRF sanity check fix

2005-07-06 Thread Andrew Dunstan
The attached patch moves a plperl sanity check into the correct position. Performing the check in the existing position allows the call to go through to perl first, possibly resulting in a SEGV. cheers andrew Index: plperl.c ===