Thread

  1. Re: Another swing at JSON

    Joey Adams <joeyadams3.14159@gmail.com> — 2011-06-17T22:06:58Z

    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