Re: [HACKERS] Uninitialized variable introduced in 3217327053638085d24dd4d276e7c1f7ac2c4c6b

2017-04-06 Thread Mark Dilger
> On Apr 6, 2017, at 8:33 AM, Peter Eisentraut > wrote: > > On 4/6/17 10:59, Mark Dilger wrote: >> Can you perhaps initialize the variable 'address' to suppress the warning? >> Thanks. > > A potential fix for this has been pushed. It works for me. Thanks again. Mark Dilger -- Sent via p

[HACKERS] Uninitialized variable introduced in 3217327053638085d24dd4d276e7c1f7ac2c4c6b

2017-04-06 Thread Mark Dilger
Peter, Can you perhaps initialize the variable 'address' to suppress the warning? Thanks. Mark Dilger tablecmds.c:5984:6: warning: variable 'address' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (generatedEl) ^~~ tablecmds.c