From: Magnus Hagander Date: Sun, 23 Jan 2011 13:45:23 +0000 (+0100) Subject: filemode is parsed on win32 even if never used X-Git-Tag: REL9_1_ALPHA4~390 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe12263c9f3db78a5359865a6617e23a27e59691;p=postgresql filemode is parsed on win32 even if never used Per buildfarm failure. --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 5baea4cf77..b90d6a1a38 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -483,9 +483,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum) if (file == NULL) { -#ifndef WIN32 mode_t filemode; -#endif /* * No current file, so this must be the header for a new file