1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00

filemode is parsed on win32 even if never used

Per buildfarm failure.
This commit is contained in:
Magnus Hagander 2011-01-23 14:45:23 +01:00
parent 048d148fe6
commit fe12263c9f

View File

@ -483,9 +483,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
if (file == NULL) if (file == NULL)
{ {
#ifndef WIN32
mode_t filemode; mode_t filemode;
#endif
/* /*
* No current file, so this must be the header for a new file * No current file, so this must be the header for a new file