Re: Another swing at JSON

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Joseph Adams <joeyadams3(dot)14159(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, David Fetter <david(at)fetter(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Another swing at JSON
Date: 2011-06-18 10:29:38
Message-ID: B611FCD21BD35732C1D67026@apophis.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On 17. Juni 2011 18:06:58 -0400 Joseph Adams <joeyadams3(dot)14159(at)gmail(dot)com>
wrote:

> 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).

Hmm, works for me. Seems you have messed up your installation in some way
(build against current -HEAD but running against a 9.1?).

I'm going to review in the next couple of days again.

--
Thanks

Bernd

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dickson S. Guedes 2011-06-18 13:11:58 Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command.
Previous Message Jeff Davis 2011-06-18 08:10:01 Re: Range Types and extensions