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

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alexander Korotkov <akorotkov(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Partial implementation of SQL/JSON path language
Date: 2019-03-16 17:28:01
Message-ID: CAPpHfdvUrWiaeA29sm5gTxf6g2oUh-0NCJ5J7fWe=Xsi8qsV7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

сб, 16 мар. 2019 г., 18:50 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:

> Alexander Korotkov <akorotkov(at)postgresql(dot)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

>

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-16 19:50:22 pgsql: Further adjust the tests for the hyperbolic functions.
Previous Message Tom Lane 2019-03-16 16:34:54 pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.