Re: elog undefined?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: elog undefined?
Date: 2003-10-14 16:13:46
Message-ID: 200310141713.46532.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 14 October 2003 15:51, Robert Treat wrote:
> doing a restore, i get the following error...
>
> [rob(at)camel bin]$ ./pg_restore -p 5474 -d rms74 RMS74
> pg_restore: [archiver (db)] could not execute query: ERROR: could not
> load library "/usr/lib/pgsql/pgcrypto.so": /usr/lib/pgsql/pgcrypto.so:
> undefined symbol: elog
>
> the dump was from 7.4 pg_dump against a 7.3 database. the thing thats
> bugging me is the undefined elog peice; i have a
> /usr/lib/pgsql/pgcrypto.so where specified; is it tossing that error
> since that pgcrypto.so was compiled against 7.3 or is this an issue
> somewhere in 7.4 pg_restore?

It'll be because of the error-reporting reworking done (by Tom?) - elog() was
the old error reporting fn, I think ereport() is the new one.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-10-14 16:15:36 Re: Excute comnands OS from plpgsql
Previous Message Peter Eisentraut 2003-10-14 16:09:11 Re: Excute comnands OS from plpgsql