Re: [HACKERS] jsonb status - 'JsonbValue' has no member named 'size'

2014-03-16 Thread Erik Rijkers
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 i

Re: [HACKERS] jsonb status - ‘JsonbValue’ has no member named ‘size’

2014-03-16 Thread Erik Rijkers
On Sun, March 16, 2014 09:50, Peter Geoghegan wrote: > On Sun, Mar 16, 2014 at 1:28 AM, Erik Rijkers wrote: >>> [ jsonb-11.patch.gz ] >> >> This doesn't quite compile: > > Sorry. I guess Andrew's earlier merging of master was insufficient. > > Attached revision fixes bitrot. > Patch applies, but