Michael Fuhr <[EMAIL PROTECTED]> writes: > But this example crashes the backend if plperl.use_strict is enabled :-(
I suspect the croak() in plperl_convert_to_pg_array (the C function) ought to be an ereport(). It looks like that is not called from inside the Perl environment, and so croak is probably sending control to exit(). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match