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