Re: Uninitialized-variable warnings in nbtinsert.c

2020-06-13 Thread Tom Lane
Peter Geoghegan writes: > On Sat, Jun 13, 2020 at 9:17 AM Tom Lane wrote: >> I scraped the buildfarm's compiler warnings today, as I do from >> time to time, and I noticed that half a dozen animals that normally >> don't report any uninitialized-variable warnings are complaining >> about "curitup

Re: Uninitialized-variable warnings in nbtinsert.c

2020-06-13 Thread Peter Geoghegan
On Sat, Jun 13, 2020 at 9:17 AM Tom Lane wrote: > I scraped the buildfarm's compiler warnings today, as I do from > time to time, and I noticed that half a dozen animals that normally > don't report any uninitialized-variable warnings are complaining > about "curitup" in _bt_doinsert. (Clearly yo

Uninitialized-variable warnings in nbtinsert.c

2020-06-13 Thread Tom Lane
I scraped the buildfarm's compiler warnings today, as I do from time to time, and I noticed that half a dozen animals that normally don't report any uninitialized-variable warnings are complaining about "curitup" in _bt_doinsert. We traditionally ignore such warnings from compilers that have demon