Re: Beta2 - A Late Announcement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Beta2 - A Late Announcement
Дата
Msg-id 21073.1033396529@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Beta2 - A Late Announcement  (Adam Witney <awitney@sghms.ac.uk>)
Ответы Re: Beta2 - A Late Announcement  (Adam Witney <awitney@sghms.ac.uk>)
Список 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 по дате отправления:

Предыдущее
От: Jean-Christian Imbeault
Дата:
Сообщение: LIMIT: does it cause the query to find all matching sets first?
Следующее
От: Adam Witney
Дата:
Сообщение: Re: Beta2 - A Late Announcement