Re: Another swing at JSON - Mailing list pgsql-hackers

From Joseph Adams
Subject Re: Another swing at JSON
Date
Msg-id BANLkTikHGDjnk5TOxJ9szGnf+AvjeHMZ9w@mail.gmail.com
Whole thread Raw
In response to Re: Another swing at JSON  (Bernd Helmle <mailings@oopsware.de>)
Responses Re: Another swing at JSON
List pgsql-hackers
On Fri, Jun 17, 2011 at 2:29 AM, Bernd Helmle <mailings@oopsware.de> wrote:
> Joseph, are you able to remove the compatibility code for this CF?

Done.  Note that this module builds, tests, and installs successfully
with USE_PGXS=1.  However, building without USE_PGXS=1 produces the
following:

    CREATE EXTENSION json;
    ERROR:  incompatible library "/usr/lib/postgresql/json.so": version mismatch
    DETAIL:  Server is version 9.1, library is version 9.2.

Similar problems occur with a couple other modules I tried (hstore, intarray).


Joey

Attachment

pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: SSI tuning points
Next
From: Robert Haas
Date:
Subject: Re: ALTER TABLE lock strength reduction patch is unsafe