Alvaro Herrera <alvhe...@2ndquadrant.com> writes: > On 2019-Jun-14, Tom Lane wrote: >> I'm now getting >> heapam.c: In function 'heap_lock_tuple': >> heapam.c:4041: warning: 'skip_tuple_lock' may be used uninitialized in this >> function
> Hm, I don't get that warning. Does this patch silence it, please? Uh, no patch attached? But initializing the variable where it's declared would certainly silence it. regards, tom lane