PG_exception_stack

From: G u i d o B a r o s i o <gbarosio(at)uolsinectis(dot)com(dot)ar>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PG_exception_stack
Date: 2004-09-15 16:04:37
Message-ID: 20040915160437.585696C9D2@honorio.sinectis.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Didn't find a solution for this on the lists, and I am not a yet-brand-new-guru, so... I ask :)

What about this?

I've found a box (dual Intel(R) Xeon(TM) CPU 2.80GHz) in which to test the beta2. Trying to cretae proc languages I found this error. I've seen error creating languages on other boxes, but none of them like this one. What makes me a litle bit lazy is the PG_except... msg.

I am trying to do something nasty or just watching something not usual? I've found recent posts related to the BKI and talking about the PG_exception_stack, but none of them seem to handle the createlang situation.

Any hints?

[postgres(at)prdpwgb0208 postgres]$ createlang plpgsql tech_mis
createlang: language installation failed: ERROR: could not load library "/usr/local/pgsql/lib/plpgsql.so": /usr/local/pgsql/lib/plpgsql.so: undefined symbol: PG_exception_stack
[postgres(at)prdpwgb0208 postgres]$ pg_config --configure
'--enable-thread-safety' '--with-perl' '--without-docdir'
[postgres(at)prdpwgb0208 postgres]$ pg_config --version
PostgreSQL 8.0.0beta2
[postgres(at)prdpwgb0208 postgres]$ cd /usr/local/pgsql/lib/
[postgres(at)prdpwgb0208 lib]$ ls -ltrh plpgsql.so
-rwxr-xr-x 1 root root 123k Sep 15 15:41 plpgsql.so
[postgres(at)prdpwgb0208 lib]$uname -a
Linux prdpwgb0208 2.4.22ow1np-ht #8 SMP Mon Oct 13 19:54:55 GMT 2003 i686 unknown

Regards,
Guido

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message G u i d o B a r o s i o 2004-09-15 16:15:28 banner vs version
Previous Message Tom Lane 2004-09-15 15:21:28 Re: WIN1250 as server encoding