Unused variables in hstore_to_jsonb

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Unused variables in hstore_to_jsonb
Дата
Msg-id CAB7nPqTar1F6sd-tbrBmW_Zm1d1H4nQrcQq-1c564TxLaK3EmA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Unused variables in hstore_to_jsonb  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hi all,

Coverity pointed out that hstore_to_jsonb in hstore_io.c does not use
a couple of return values from pushJsonbValue.
Attached is a patch to fix that.
Regards,
--
Michael

Вложения

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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: Safe memory allocation functions
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Unused variables in hstore_to_jsonb