Re: pgsql: Partial implementation of SQL/JSON path language

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Partial implementation of SQL/JSON path language
Дата
Msg-id 25151.1552751426@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Partial implementation of SQL/JSON path language  (Alexander Korotkov <akorotkov@postgresql.org>)
Ответы Re: pgsql: Partial implementation of SQL/JSON path language  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-committers
Alexander Korotkov <akorotkov@postgresql.org> writes:
> Partial implementation of SQL/JSON path language

Please fix the compiler warnings this produces.

jsonpath_exec.c: In function 'executePredicate':
jsonpath_exec.c:1458: warning: 'rseqit.next' may be used uninitialized in this function
jsonpath_exec.c:1458: warning: 'rseqit.value' may be used uninitialized in this function

            regards, tom lane


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Update copyright year in files added by 1bb5e78218.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.