Re: nested hstore patch - FailedAssertion("!(value->array.nelems == 1)

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-15 16:25:50
Message-ID: 52D6B68E.6080709@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 01/15/2014 05:32 AM, Erik Rijkers wrote:
> On Wed, January 15, 2014 09:46, Oleg Bartunov wrote:
>>> On Wed, January 15, 2014 08:01, Oleg Bartunov wrote:
>>>> It doesn't crashed in the last version in our repository.
>>>>
>>>> =# select 'x'::hstore || ('a=>"1"':: hstore) ;
>>>> ?column?
>>>> ---------------
>>>> "x", "a", "1"
>>>> (1 row)
>>>>
>>> OK, shall I use that repository instead of the latest posted patch?

You can always check the jsonb_and_hstore branch on the repo for the
latest and greatest.

But here is the latest patch from that.

cheers

andrew

Attachment Content-Type Size
nested_hstore-3.patch text/x-patch 529.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2014-01-15 16:26:18 Re: Deprecations in authentication
Previous Message Andres Freund 2014-01-15 16:23:35 Re: Soften pg_[start|stop]_backup to allow them on a standby?