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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Partial implementation of SQL/JSON path language
Date: 2019-03-16 15:50:26
Message-ID: 25151.1552751426@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-16 16:34:54 pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Previous Message Amit Kapila 2019-03-16 10:33:33 pgsql: Update copyright year in files added by 1bb5e78218.