Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: PG_exception_stack - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PG_exception_stack
Date
Msg-id [email protected]
Whole thread Raw
In response to PG_exception_stack  (G u i d o B a r o s i o <[email protected]>)
List pgsql-hackers
G u i d o B a r o s i o <[email protected]> writes:
> [postgres@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
 

I think you've got a version mismatch problem --- specifically, it looks
like you are trying to load an 8.0 plpgsql.so into a pre-8.0 backend.
PG_exception_stack is (just by chance no doubt) the first symbol the
newer code tries to reference that's not in the older backend.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Katsaros Kwn/nos"
Date:
Subject: Problems with SPI memory management
Next
From: Joe Conway
Date:
Subject: Re: PL/PgSQL "bare" function calls