Re: pgsql: Add all structured objects passed to pushJsonbValue piecewise.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add all structured objects passed to pushJsonbValue piecewise.
Дата
Msg-id 7885.1432692001@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add all structured objects passed to pushJsonbValue piecewise.  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
> On 5/26/15 11:24 AM, Andrew Dunstan wrote:
>> Add all structured objects passed to pushJsonbValue piecewise.

> This causes a compiler warning:

> jsonb_util.c: In function 'pushJsonbValue':
> jsonb_util.c:535:3: error: passing argument 1 of 'JsonbIteratorInit'
> from incompatible pointer type [-Werror]

I'm getting multiple warnings (probably Peter's build is aborting
after the first one).  Please fix.

jsonb_util.c: In function 'pushJsonbValue':
jsonb_util.c:535: warning: passing argument 1 of 'JsonbIteratorInit' from incompatible pointer type
../../../../src/include/utils/jsonb.h:422: note: expected 'struct JsonbContainer *' but argument is of type 'struct
JsonbValue*' 
jsonfuncs.c: In function 'addJsonbToParseState':
jsonfuncs.c:3257: warning: passing argument 3 of 'pushJsonbValue' from incompatible pointer type
../../../../src/include/utils/jsonb.h:420: note: expected 'struct JsonbValue *' but argument is of type 'struct
JsonbContainer*' 
jsonfuncs.c:3259: warning: passing argument 3 of 'pushJsonbValue' from incompatible pointer type
../../../../src/include/utils/jsonb.h:420: note: expected 'struct JsonbValue *' but argument is of type 'struct
JsonbContainer*' 
jsonfuncs.c:3237: warning: unused variable 'type'

            regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Add all structured objects passed to pushJsonbValue piecewise.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove configure check prohibiting threaded libpython on OpenBSD