On 10/25/21, 1:33 PM, "Robert Haas" <robertmh...@gmail.com> wrote: > On Mon, Oct 25, 2021 at 3:14 PM Bossart, Nathan <bossa...@amazon.com> wrote: >> My compiler is complaining about oldXLogAllowed possibly being used >> uninitialized in CreateCheckPoint(). AFAICT it can just be initially >> set to zero to silence this warning because it will, in fact, be >> initialized properly when it is used. > > Hmm, I guess I could have foreseen that, had I been a little bit > smarter than I am. I have committed a change to initialize it to 0 as > you propose.
Thanks! Nathan