mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
filemode is parsed on win32 even if never used
Per buildfarm failure.
This commit is contained in:
parent
048d148fe6
commit
fe12263c9f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user