Re: jsonb and nested hstore

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Peter Geoghegan <pg(at)heroku(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-02-27 00:12:05
Message-ID: 530E82D5.8070004@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 02/26/2014 05:48 PM, Erik Rijkers wrote:
> On Wed, February 26, 2014 23:10, Andrew Dunstan wrote:
>> new patch attached, change pushed to github.
>>
>> [jsonb-13.patch.gz]
>>
> This does not apply, see attached: src/backend/utils/adt/jsonfuncs.c.rej
>
> Please ignore if this was not supposed to work together with the earlier nested-hstore-11.patch
>
> github branch jsonb_and_hstore built fine; I'll use that instead.
> ( https://github.com/feodor/postgres.git )
>
>
>

Ugh, my master repo was 24 hours behind.

New patch attached..

Attachment Content-Type Size
jsonb-14.patch.gz application/x-gzip 32.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-02-27 00:17:24 Re: jsonb and nested hstore
Previous Message Noah Misch 2014-02-27 00:09:16 Re: Avoiding deeply nested AND/OR trees in the parser