Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe12263

Browse files
committed
filemode is parsed on win32 even if never used
Per buildfarm failure.
1 parent 048d148 commit fe12263

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/pg_basebackup/pg_basebackup.c

-2
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
483483

484484
if (file == NULL)
485485
{
486-
#ifndef WIN32
487486
mode_t filemode;
488-
#endif
489487

490488
/*
491489
* No current file, so this must be the header for a new file

0 commit comments

Comments
 (0)