Re: [Patch] ALTER SYSTEM READ ONLY

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [Patch] ALTER SYSTEM READ ONLY
Дата
Msg-id CA+Tgmob_i=LnQEWw6dYaoGFc=nFrGQTZX05nK4ALzz-vOybtdA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [Patch] ALTER SYSTEM READ ONLY  ("Bossart, Nathan" <bossartn@amazon.com>)
Ответы Re: [Patch] ALTER SYSTEM READ ONLY  ("Bossart, Nathan" <bossartn@amazon.com>)
Список pgsql-hackers
On Mon, Oct 25, 2021 at 3:14 PM Bossart, Nathan <bossartn@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.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_dump versus ancient server versions
Следующее
От: Yura Sokolov
Дата:
Сообщение: Re: XTS cipher mode for cluster file encryption