pgsql: Fix compilation warning of pg_basebackup with MinGW

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compilation warning of pg_basebackup with MinGW
Date: 2019-07-21 13:38:30
Message-ID: E1hpC2o-0002u0-R8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-21 15:42:16 pgsql: Remove no-longer-helpful reliance on fixed-size local array.
Previous Message David Rowley 2019-07-21 05:31:38 pgsql: Speed up finding EquivalenceClasses for a given set of rels