Re: Beta2 - A Late Announcement - Mailing list pgsql-general

From Tom Lane
Subject Re: Beta2 - A Late Announcement
Date
Msg-id 21073.1033396529@sss.pgh.pa.us
Whole thread Raw
In response to Re: Beta2 - A Late Announcement  (Adam Witney <awitney@sghms.ac.uk>)
Responses Re: Beta2 - A Late Announcement
List pgsql-general
Adam Witney <awitney@sghms.ac.uk> writes:
> Just downloaded 7.3b2 and it all compiled and installed ok on my MacOSX
> 10.2.1 machine.

> However, when I try and upload a dump file from my 7.2.2 server I get the
> following problem:

> dyld: /usr/local/pgsql7.3/bin/postmaster Undefined symbols:
> _get_temp_rel_by_physicalname
> _xlateSqlType

Got any PL-language functions in that dump?  How about user-defined C
functions?  What this looks like is trying to load a shared library
that is out of date (ie, for some release prior to 7.3).  I'm thinking
you have an absolute path in some CREATE FUNCTION command that is
pointing to an older release.

> server closed the connection unexpectedly

That's annoying; it looks like the Darwin dynamic loader is aborting
the process instead of returning a failure code.  I wonder whether
we can get it to behave more sanely?

            regards, tom lane

pgsql-general by date:

Previous
From: Jean-Christian Imbeault
Date:
Subject: LIMIT: does it cause the query to find all matching sets first?
Next
From: Adam Witney
Date:
Subject: Re: Beta2 - A Late Announcement