Re: pgsql: Fix a couple of trivial issues in jsonb.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix a couple of trivial issues in jsonb.c
Дата
Msg-id 28278.1425077056@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Fix a couple of trivial issues in jsonb.c  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Fix a couple of trivial issues in jsonb.c

This seems to have introduced its own trivial issue:

jsonb.c: In function 'JsonbToCString':
jsonb.c:427: warning: 'type' may be used uninitialized in this function

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make CREATE OR REPLACE VIEW internally more consistent
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Redefine MemoryContextReset() as deleting, not resetting, child