Re: "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c
Дата
Msg-id 53335377.3040500@dunslane.net
обсуждение исходный текст
Ответ на "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On 03/26/2014 05:01 PM, Peter Geoghegan wrote:
> I found another bug of this category using Valgrind (memcheck). When
> the standard regression tests are run against master's git tip, I see
> the following:
>
> 2014-03-26 12:58:21.246 PDT 28882 LOG:  statement: select * from
> json_to_record('{"a":1,"b":"foo","c":"bar"}',true)
>         as x(a int, b text, d text);


Thanks. Your fix committed.

cheers

andrew




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

Предыдущее
От: Dang Minh Huong
Дата:
Сообщение: Re: Duplicated row after promote in synchronous streaming replication
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements