From: Alvaro Herrera Date: Sat, 24 Jan 2015 14:15:56 +0000 (-0300) Subject: Fix assignment operator thinko X-Git-Tag: REL9_5_ALPHA1~875 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f2789ab84ea0f731d97006c3ea91c656415c0fe5;p=postgresql.git Fix assignment operator thinko Pointed out by Michael Paquier --- diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c index 506cdc7def2..8e4e613ce15 100644 --- 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