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

Поиск
Список
Период
Сортировка
От Erik Rijkers
Тема Re: nested hstore patch - FailedAssertion("!(value->array.nelems == 1)
Дата
Msg-id 03b404971f101bdae009ff657f400a75.squirrel@webmail.xs4all.nl
обсуждение исходный текст
Ответ на Re: nested hstore patch - FailedAssertion("!(value->array.nelems == 1)  (Oleg Bartunov <obartunov@gmail.com>)
Ответы Re: nested hstore patch - FailedAssertion("!(value->array.nelems == 1)  (Oleg Bartunov <obartunov@gmail.com>)
Список pgsql-hackers
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?
No point in testing old code ( I used nested_hstore_and_jsonb-2.patch ).

Could you send a link to where that repository is?

( btw, your query is not quite the same as the one I used: select  'x' || ('a=>"1"':: hstore)
but your query also crashes my server here so I suppose
it triggers the same bug )


thanks,

Erik Rijkers




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Turning recovery.conf into GUCs
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)