Re: Another swing at JSON

Поиск
Список
Период
Сортировка
От Joseph Adams
Тема Re: Another swing at JSON
Дата
Msg-id BANLkTikHGDjnk5TOxJ9szGnf+AvjeHMZ9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Another swing at JSON  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: Another swing at JSON  (Bernd Helmle <mailings@oopsware.de>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: SSI tuning points
Следующее
От: Robert Haas
Дата:
Сообщение: Re: ALTER TABLE lock strength reduction patch is unsafe