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/[email protected] 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(+)
