pgsql: Fix compilation warning of pg_basebackup with MinGW - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix compilation warning of pg_basebackup with MinGW
Date
Msg-id E1hpC2o-0002u0-R8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compilation warning of pg_basebackup with MinGW

Several buildfarm members have been complaining about that with gcc,
like jacana.  Weirdly enough, Visual Studio's compilers do not find this
issue.

Author: Michael Paquier
Reviewed-by: Andrew Dunstan
Discussion: https://postgr.es/m/20190719050830.GK1859@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90317ab7e64bd2d855c73a6ba579de6d04a7b25c

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Speed up finding EquivalenceClasses for a given set of rels
Next
From: Tom Lane
Date:
Subject: pgsql: Remove no-longer-helpful reliance on fixed-size local array.