From f259566108892351d3632c07a73d13c19134360f Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 11 Feb 2011 03:06:02 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'. --- databases/pgpool-II-30/files/patch-recovery.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 databases/pgpool-II-30/files/patch-recovery.c (limited to 'databases/pgpool-II-30/files/patch-recovery.c') diff --git a/databases/pgpool-II-30/files/patch-recovery.c b/databases/pgpool-II-30/files/patch-recovery.c deleted file mode 100644 index 9833155123fc..000000000000 --- a/databases/pgpool-II-30/files/patch-recovery.c +++ /dev/null @@ -1,19 +0,0 @@ ---- recovery.c.orig 2010-10-12 08:12:18.155163331 +0900 -+++ recovery.c 2010-10-12 08:13:21.347257609 +0900 -@@ -96,7 +96,7 @@ - - if (REPLICATION) - { -- pool_log("starting 2nd stage"); -+ pool_log("starting 2nd stage. waiting connections from clients to be closed"); - - /* 2nd stage */ - *InRecovery = 1; -@@ -384,6 +384,6 @@ - sleep(3); - } while (i++ < WAIT_RETRY_COUNT); - -- pool_error("wait_connection_closed: existing connections did not close in %d sec.", pool_config->recovery_timeout); -+ pool_error("wait_connection_closed: existing connections (%d) did not close in %d sec.", Req_info->conn_counter, pool_config->recovery_timeout); - return 1; - } -- cgit v1.2.3