Re: [HACKERS] GCC 7 warnings - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] GCC 7 warnings
Date
Msg-id b79425b4-288b-19f7-2fb6-b65fc2a772bc@2ndquadrant.com
Whole thread Raw
In response to [HACKERS] GCC 7 warnings  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] GCC 7 warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 4/10/17 11:03, Peter Eisentraut wrote:
> The release of GCC 7 is approaching [0], and the number of warnings in
> PostgreSQL has gone up since we last looked [1].  Output attached.  (My
> version is 7.0.1 20170408.)

GCC 7 has been released.

Should we backpatch these warning fixes?  The commit in question is
6275f5d28a1577563f53f2171689d4f890a46881.  (I haven't actually checked
whether backpatches well.)

PG 9.2 and newer compile warning-free with GCC 6, so there would be some
value in preserving this with GCC 7.

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



pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: [HACKERS] Re: [BUGS] BUG #14634: On Windows pg_basebackup shouldwrite tar to stdout in binary mode
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] statement_timeout is not working as expected with postgres_fdw