filemode is parsed on win32 even if never used

Per buildfarm failure.
pull/1/head
Magnus Hagander 15 years ago
parent 048d148fe6
commit fe12263c9f
  1. 2
      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

Loading…
Cancel
Save