[HACKERS] Problem with CREATE LANGUAGE in CVS TIP

2007-05-09 Thread David Fetter
Folks, While trying to test the arrays of complex types, I used a stripped-down configure. Too stripped down, it turns out. CFLAGS=-O0 ./configure --prefix=/var/lib/pgsql/tip --with-pgport=2225 --enable-cassert --enable-debug --enable-depend --enable-integer-datetimes I set $PGDATA to my

Re: [HACKERS] Problem with CREATE LANGUAGE in CVS TIP

2007-05-09 Thread Tom Lane
David Fetter [EMAIL PROTECTED] writes: It turns out that PL/PerlU wasn't available, even though createlang had succeeded. I think this is a bug in CREATE LANGUAGE, as CREATE LANGUAGE should have failed when it found no PL/Perl compiled in. Works for me: $ createlang plperlu array_test