Re: jsonb and nested hstore

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, Peter Geoghegan <pg(at)heroku(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: Re: jsonb and nested hstore
Date: 2014-02-25 21:08:22
Message-ID: 530D0646.8020407@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 02/24/2014 04:02 PM, Andrew Dunstan wrote:
>
> On 02/24/2014 02:15 PM, Andrew Dunstan wrote:
>>
>>
>> Having had my schedule very seriously disrupted by the storm in the
>> US South East a week or so ago, I am finally getting back to being
>> able to devote some time to jsonb. I hope to have new patches
>> available today or tomorrow at the latest.
>>
>>
>
>
> Update to this: A recent commit caused an unfortunate merge conflict
> in the hstore code that I have asked Teodor to resolve. I can't post
> new clean patches until that's been done.
>
>

OK, here we go, with bitrot fixed (thanks Teodor), Teodor's latest
changes, and versioning for jsonb binary input/output.

This reflects what is currently on the jsonb_and_hstore branch of
<https://github.com/feodor/postgres.git>

cheers

andrew

Attachment Content-Type Size
nested-hstore-11.patch.gz application/x-gzip 66.8 KB
jsonb-11.patch.gz application/x-gzip 31.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2014-02-25 21:11:27 Re: install libpq.dll in bin directory on Windows / Cygwin
Previous Message Kevin Grittner 2014-02-25 21:00:04 Re: Ctrl+C from sh can shut down daemonized PostgreSQL cluster