Re: make check failure for 8.4.0

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: make check failure for 8.4.0
Date: 2009-07-18 00:58:22
Message-ID: 407d949e0907171758p10ef7978od0bb5af19d52a0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 18, 2009 at 12:30 AM, Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)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...

Really? That's not how I read it. I read it as the build process in
the contrib directory built these modules using the pgxs configuration
from his 8.3 install.

--
greg
http://mit.edu/~gsstark/resume.pdf

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-07-18 01:03:10 Re: make check failure for 8.4.0
Previous Message Bruce Momjian 2009-07-18 00:19:13 pg_migrator 8.4.1 alpha 1 released with bug mention