Re: Another swing at JSON

From: Joseph Adams <joeyadams3(dot)14159(at)gmail(dot)com>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
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-17 22:06:58
Message-ID: BANLkTikHGDjnk5TOxJ9szGnf+AvjeHMZ9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 17, 2011 at 2:29 AM, Bernd Helmle <mailings(at)oopsware(dot)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 Content-Type Size
json-contrib-no-compat-20110617.patch.gz application/x-gzip 16.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-17 22:34:49 Re: ALTER TABLE lock strength reduction patch is unsafe
Previous Message Kevin Grittner 2011-06-17 21:50:11 SSI tuning points