Re: ecpg assertion on windows

2022-08-24 Thread Andres Freund
Hi, On 2022-08-24 00:32:53 -0400, Tom Lane wrote: > Andres Freund writes: > > On 2022-08-24 00:18:27 -0400, Tom Lane wrote: > >> But if the regression tests are triggering use of uninitialized values, how > >> could we have failed to detect that? Either valgrind or unstable behavior > >> should

Re: ecpg assertion on windows

2022-08-23 Thread Tom Lane
Andres Freund writes: > On 2022-08-24 00:18:27 -0400, Tom Lane wrote: >> But if the regression tests are triggering use of uninitialized values, how >> could we have failed to detect that? Either valgrind or unstable behavior >> should have found this ages ago. > I think it's just different crit

Re: ecpg assertion on windows

2022-08-23 Thread Andres Freund
Hi, On 2022-08-24 00:18:27 -0400, Tom Lane wrote: > Andres Freund writes: > > On 2022-08-23 20:36:55 -0700, Andres Freund wrote: > >> Running the ecpg regression tests interactively (to try to find a different > >> issue), triggered a crash on windows due to an uninitialized variable > >> (after

Re: ecpg assertion on windows

2022-08-23 Thread Tom Lane
Andres Freund writes: > On 2022-08-23 20:36:55 -0700, Andres Freund wrote: >> Running the ecpg regression tests interactively (to try to find a different >> issue), triggered a crash on windows due to an uninitialized variable (after >> pressing "ignore" in that stupid gui window that we've only d

Re: ecpg assertion on windows

2022-08-23 Thread Andres Freund
Hi, On 2022-08-23 20:36:55 -0700, Andres Freund wrote: > Running the ecpg regression tests interactively (to try to find a different > issue), triggered a crash on windows due to an uninitialized variable (after > pressing "ignore" in that stupid gui window that we've only disabled for the > backe