]> granicus.if.org Git - postgresql/commit
Fix compilation warning of pg_basebackup with MinGW
authorMichael Paquier <michael@paquier.xyz>
Sun, 21 Jul 2019 13:27:11 +0000 (22:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 21 Jul 2019 13:27:11 +0000 (22:27 +0900)
commit90317ab7e64bd2d855c73a6ba579de6d04a7b25c
tree1a034ad3c4f853d16f187f28d1e376afa9abb90a
parent3373c7155350cf6fcd51dd090f29e1332901e329
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
src/bin/pg_basebackup/pg_basebackup.c