From b8daaa7614a9ff54edee19ae3075fa2fb552850d Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Fri, 27 Nov 2009 14:33:24 +0000 Subject: [PATCH] Suppress timeout in SSL connections. --- socket.c | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/socket.c b/socket.c index b3c73c2..2e3e1cc 100644 --- a/socket.c +++ b/socket.c @@ -467,7 +467,7 @@ static int SOCK_wait_for_ready(SocketClass *sock, BOOL output, int retry_count) int ret, gerrno; fd_set fds, except_fds; struct timeval tm; - BOOL no_timeout = FALSE; + BOOL no_timeout = TRUE; if (0 == retry_count) no_timeout = FALSE; diff --git a/version.h b/version.h index 1fa49c9..5525017 100644 --- a/version.h +++ b/version.h @@ -12,6 +12,6 @@ #define POSTGRESDRIVERVERSION "08.04.0101" #define POSTGRES_RESOURCE_VERSION "08.04.0101\0" #define PG_DRVFILE_VERSION 8,4,01,01 -#define PG_BUILD_VERSION "200911180003" +#define PG_BUILD_VERSION "200911240001" #endif -- 2.39.5