Re: pgsql: Replace many MemSet calls with struct initialization

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pgsql: Replace many MemSet calls with struct initialization
Дата
Msg-id 20220716115932.GV18011@telsasoft.com
обсуждение исходный текст
Ответ на pgsql: Replace many MemSet calls with struct initialization  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-committers
On Sat, Jul 16, 2022 at 06:53:16AM +0000, Peter Eisentraut wrote:
> Replace many MemSet calls with struct initialization

This failed
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=lapwing&dt=2022-07-16%2008%3A40%3A14

It avoids the warning here to use {{0}}.
But it doesn't seem worth it to use that just to appease the compiler.

We ran into this before here: 20211202033145.GK17618@telsasoft.com

-- 
Justin



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Attempt to fix compiler warning on old compiler
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: pgsql: Log details for client certificate failures