mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
filemode is parsed on win32 even if never used
Per buildfarm failure.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user