git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d174757)
Fix assignment operator thinko
2015年1月24日 14:15:56 +0000 (11:15 -0300)
2015年1月24日 14:15:56 +0000 (11:15 -0300)
Pointed out by Michael Paquier


diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c
index 506cdc7def27adbfa5a925b1becbfeca131eeefb..8e4e613ce15f9040472a1b8b3576cc8681987949 100644 (file)
--- a/src/bin/scripts/vacuumdb.c
+++ b/src/bin/scripts/vacuumdb.c
@@ -884,7 +884,7 @@ select_loop(int maxFd, fd_set *workerset, bool *aborting)
i = -1;
if (WSAGetLastError() == WSAEINTR)
- errno == EINTR;
+ errno = EINTR;
}
#endif
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /