projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048d148
)
filemode is parsed on win32 even if never used
author
Magnus Hagander
Sun, 23 Jan 2011 13:45:23 +0000
(14:45 +0100)
committer
Magnus Hagander
Sun, 23 Jan 2011 13:45:23 +0000
(14:45 +0100)
Per buildfarm failure.
src/bin/pg_basebackup/pg_basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index 5baea4cf77bf62318b0d4ccb9971f40545907aa0..b90d6a1a3867acfcb8e75a818931c138e4bd3338 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-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