mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
filemode is parsed on win32 even if never used
Per buildfarm failure.
This commit is contained in:
parent
048d148fe6
commit
fe12263c9f
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue