Re: pgsql: Fix compiler warning - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Fix compiler warning
Date
Msg-id 5c927b9b-0000-ce62-6a18-1e0ed825c5c4@2ndquadrant.com
Whole thread Raw
In response to Re: pgsql: Fix compiler warning  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Fix compiler warning  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 2019-09-02 10:03, Michael Paquier wrote:
> On Mon, Sep 02, 2019 at 07:54:16AM +0200, Peter Eisentraut wrote:
>> Is this code new in PG12?  Doesn't look like it to me.
> 
> Well, 12 has not been released yet, which is the point I am trying to
> make.  The code was introduced in 10, and as the fix is trivial it
> seems to me that it could be back-patched.  For example even recently
> you back-patched f02bd63 in the same category.  If you don't think
> that's worth it, that's fine for me as well.

That patch made sure the whole tree compiles without warning.

The tree currently does not compile without warnings on Windows (for
me), so it doesn't seem worth fixing warnings piece by piece in the
backbranches.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Use explicit_bzero
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix compiler warning