Re: pgsql: Partial implementation of SQL/JSON path language - Mailing list pgsql-committers

From Alexander Korotkov
Subject Re: pgsql: Partial implementation of SQL/JSON path language
Date
Msg-id CAPpHfdvUrWiaeA29sm5gTxf6g2oUh-0NCJ5J7fWe=Xsi8qsV7Q@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Partial implementation of SQL/JSON path language  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Next
From: Tom Lane
Date:
Subject: pgsql: Further adjust the tests for the hyperbolic functions.