Re: make check failure for 8.4.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make check failure for 8.4.0
Дата
Msg-id 5583.1247873409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на make check failure for 8.4.0  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: make check failure for 8.4.0  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> ERROR:  incompatible library "/home/kgrittn/postgresql-8.4.0/src/test/regress/refint.so": version mismatch
> DETAIL:  Server is version 8.4, library is version 8.3.

That's just bizarre.  Could you try strace'ing the backend while doing
that CREATE FUNCTION command (or it should be enough to just try to LOAD
that file by name)?  That should provide some evidence about what's
happening.  It seems like the dynamic linker must be ignoring the file
it's told to load and loading something else instead, but that's weird
enough that I want strace proof of it...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Steve Prentice
Дата:
Сообщение: Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v3
Следующее
От: Bruce Momjian
Дата:
Сообщение: pg_migrator 8.4.1 alpha 1 released with bug mention