John F Rizzo <[EMAIL PROTECTED]> writes:
> I'm having trouble getting plperl to work on AIX 5.3.2.
You need to gather more info. What shows up in the postmaster log
when the backend crashes? Also, get a debugger stack trace from
the core file the backend leaves behind. (If it doesn't leave a
core file then the first thing to do is fix that --- on Linux
"ulimit -c unlimited" before starting the postmaster helps, but
I'm not too familiar with AIX.)
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