summaryrefslogtreecommitdiff
path: root/databases/pgpool-II-30/files/patch-recovery.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:03 +0000
commitb36e665e56175a7588102bec06e2ac62ffff3b5e (patch)
treed8c04c2dd9d515238e6ff20e97948fc22f7f82be /databases/pgpool-II-30/files/patch-recovery.c
parent- Update to 1.16.2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_2_0'.release/8.2.0
Notes
Notes: svn path=/head/; revision=268906 svn path=/tags/RELEASE_8_2_0/; revision=268908; tag=release/8.2.0
Diffstat (limited to 'databases/pgpool-II-30/files/patch-recovery.c')
-rw-r--r--databases/pgpool-II-30/files/patch-recovery.c19
1 files changed, 0 insertions, 19 deletions
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;
- }