Re: jsonb status - 'JsonbValue' has no member named 'size' - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: jsonb status - 'JsonbValue' has no member named 'size'
Date
Msg-id 639d7c7551d2c04f79003f406c8158a4.squirrel@webmail.xs4all.nl
Whole thread Raw
In response to Re: jsonb status - 'JsonbValue' has no member named 'size'  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: jsonb status - 'JsonbValue' has no member named 'size'  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Sun, March 16, 2014 13:23, Andrew Dunstan wrote:
>
> [ jsonb-12.patch ]

patch applies; compiles, and builds, but contrib installs with this error:

make[1]: *** No rule to make target `hstore--1.2.sql', needed by `installdata'.  Stop.
make: *** [install-hstore-recurse] Error 2

After that an instance can be started but hstore is not available:

create extension hstore;
ERROR:  could not stat file "/home/aardvark/pg_stuff/pg_installations/pgsql.jsonb/share/extension/hstore--1.3.sql": No
such
file or directory






pgsql-hackers by date:

Previous
From: Yuri Levinsky
Date:
Subject: Re: requested shared memory size overflows size_t
Next
From: "MauMau"
Date:
Subject: Re: [RFC] What should we do for reliable WAL archiving?