From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | gbarosio(at)uolsinectis(dot)com(dot)ar |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: PG_exception_stack |
Date: | 2004-09-15 16:38:59 |
Message-ID: | 4672.1095266339@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
G u i d o B a r o s i o <gbarosio(at)uolsinectis(dot)com(dot)ar> writes:
> [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
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
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2004-09-15 16:45:33 | Re: PL/PgSQL "bare" function calls |
Previous Message | Katsaros Kwn/nos | 2004-09-15 16:34:06 | Problems with SPI memory management |