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

From Tom Lane
Subject Re: pgsql: Partial implementation of SQL/JSON path language
Date
Msg-id 25151.1552751426@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Partial implementation of SQL/JSON path language  (Alexander Korotkov <akorotkov@postgresql.org>)
Responses Re: pgsql: Partial implementation of SQL/JSON path language
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Update copyright year in files added by 1bb5e78218.
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.