Re: pgsql: Replace many MemSet calls with struct initialization - Mailing list pgsql-committers

From Justin Pryzby
Subject Re: pgsql: Replace many MemSet calls with struct initialization
Date
Msg-id 20220716115932.GV18011@telsasoft.com
Whole thread Raw
In response to pgsql: Replace many MemSet calls with struct initialization  (Peter Eisentraut <peter@eisentraut.org>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Attempt to fix compiler warning on old compiler
Next
From: Justin Pryzby
Date:
Subject: Re: pgsql: Log details for client certificate failures