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

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: pgsql: Partial implementation of SQL/JSON path language
Дата
Msg-id CAPpHfdvUrWiaeA29sm5gTxf6g2oUh-0NCJ5J7fWe=Xsi8qsV7Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Partial implementation of SQL/JSON path language  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
сб, 16 мар. 2019 г., 18:50 Tom Lane <tgl@sss.pgh.pa.us>:
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 

Thank you for noticing.  Will fix this later today.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further adjust the tests for the hyperbolic functions.