Re: jsonb status - 'JsonbValue' has no member named 'size'

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: jsonb status - 'JsonbValue' has no member named 'size'
Дата
Msg-id 532597CC.2020603@dunslane.net
обсуждение исходный текст
Ответ на Re: jsonb status - ‘JsonbValue’ has no member named ‘size’  ("Erik Rijkers" <er@xs4all.nl>)
Ответы Re: jsonb status - 'JsonbValue' has no member named 'size'  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-hackers
On 03/16/2014 07:37 AM, Erik Rijkers wrote:
> On Sun, March 16, 2014 09:50, Peter Geoghegan wrote:
>> On Sun, Mar 16, 2014 at 1:28 AM, Erik Rijkers <er@xs4all.nl> wrote:
>>>> [ jsonb-11.patch.gz ]
>>> This doesn't quite compile:
>> Sorry. I guess Andrew's earlier merging of master was insufficient.
>>
>> Attached revision fixes bitrot.
>>
> Patch applies, but there is still something wrong; now during the actual compile (of contrib):
> (this is actually the same error I get when pulling straight from the git repo (since yesterday somewhere, I think,
or
> maybe a bit earlier still))
>
> (git repo being:  on https://github.com/feodor/postgres.git, branch jsonb_and_hstore)
>
>
>
> -- [2014.03.16 12:29:27 jsonb/0] make contrib
> hstore_io.c: In function ‘hstore_to_jsonb’:
> hstore_io.c:1398:6: error: ‘JsonbValue’ has no member named ‘size’
>     key.size = sizeof(JEntry);



Yeah, the field name was changed but this wasn't followed through to
contrib.

New patch attached.

cheers

andrew



Вложения

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

Предыдущее
От: Joshua Yanovski
Дата:
Сообщение: [WIP] Better partial index-only scans
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [bug fix] PostgreSQL fails to start on Windows if it crashes after tablespace creation