summaryrefslogtreecommitdiff
path: root/databases/pgpool-II-23/files/patch-recovery.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /databases/pgpool-II-23/files/patch-recovery.c
parentAdd an option to build the milter with SPF support. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'databases/pgpool-II-23/files/patch-recovery.c')
-rw-r--r--databases/pgpool-II-23/files/patch-recovery.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/pgpool-II-23/files/patch-recovery.c b/databases/pgpool-II-23/files/patch-recovery.c
deleted file mode 100644
index a6ac0c6bceca..000000000000
--- a/databases/pgpool-II-23/files/patch-recovery.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- recovery.c.orig 2009-08-14 15:15:08.000000000 +0900
-+++ recovery.c 2009-08-14 18:00:38.000000000 +0900
-@@ -91,7 +91,7 @@
-
- pool_log("1st stage is done");
-
-- pool_log("starting 2nd stage");
-+ pool_log("starting 2nd stage. waiting connections from clients to be closed");
-
- /* 2nd stage */
- *InRecovery = 1;
-@@ -332,6 +332,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;
- }