From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Erik Rijkers <er(at)xs4all(dot)nl> |
Cc: | obartunov(at)gmail(dot)com, David Wheeler <david(at)justatheory(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: nested hstore patch - FailedAssertion("!(value->array.nelems == 1) |
Date: | 2014-01-16 00:27:49 |
Message-ID: | 52D72785.6060400@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 01/15/2014 11:25 AM, Andrew Dunstan wrote:
>
>
> But here is the latest patch from that.
And one more.
here is the current state of the jsonb part of this:
all but two sets of functions (jsonb_extract_path* and the associated
operators #> and #>>, and
jsonb_populate_record/jsonb_populate_record_set) have been reimplemented
using the faster processing of jsonb. Those two sets still fall back on
processing json text. These will be fixed very shortly. I'm waiting on
some promised documentation. There is also some code cleanup (add more
comments, use ereport() instead of elog() and the like) that needs to be
done. However, it all works, and is just pretty much completely
consistent with the way json works.
I'm sure Oleg, Teodor and I will be able to get this whole thing whipped
into shape pretty quickly.
cheers
andrew
Attachment | Content-Type | Size |
---|---|---|
nested_hstore-4.patch | text/x-patch | 531.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Vik Fearing | 2014-01-16 00:28:04 | Re: CREATE FOREIGN TABLE ( ... LIKE ... ) |
Previous Message | Dave Chinner | 2014-01-16 00:22:45 | Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance |