- Upgrade to 3.0 after repocopied to pgpool-II-23.
PR: ports/150907 Submitted by: Mikhail Tsatsenko <m.tsatsenko@mail.ru>
This commit is contained in:
parent
faf2411c9d
commit
7cddfe7e59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262954
12 changed files with 38 additions and 35 deletions
|
@ -490,6 +490,7 @@
|
|||
SUBDIR += pgpool
|
||||
SUBDIR += pgpool-II
|
||||
SUBDIR += pgpool-II-22
|
||||
SUBDIR += pgpool-II-23
|
||||
SUBDIR += pgpoolAdmin
|
||||
SUBDIR += pgsphere
|
||||
SUBDIR += pgtcl
|
||||
|
|
|
@ -20,7 +20,7 @@ USE_PGSQL= yes
|
|||
USE_LDCONFIG= yes
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
CONFLICTS= pgpool-3.* pgpool-II-2.3*
|
||||
CONFLICTS= pgpool-3.* pgpool-II-*
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp
|
||||
|
|
|
@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
|
|||
USE_PGSQL= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS= pgpool-3.* pgpool-II-2.2.*
|
||||
CONFLICTS= pgpool-3.* pgpool-II-*
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 2.3.3
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2664/
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2798/
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= A connection pool server for PostgreSQL
|
||||
|
@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
|
|||
USE_PGSQL= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS= pgpool-3.* pgpool-II-2.2.*
|
||||
CONFLICTS= pgpool-3.* pgpool-II-*
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pgpool-II-2.3.3.tar.gz) = fae5a3b50eab995d15a18f80fee2e92b
|
||||
SHA256 (pgpool-II-2.3.3.tar.gz) = c9b6b0d743812f68376dd675fd0481d44aa12bb8324c6bc24522c0b857e4fa53
|
||||
SIZE (pgpool-II-2.3.3.tar.gz) = 1150695
|
||||
MD5 (pgpool-II-3.0.tar.gz) = d93a896ce185bff7920d4b603a4e9111
|
||||
SHA256 (pgpool-II-3.0.tar.gz) = b1f3f2fb84b06e8d6f0691deac324e90f5d82fbf5c143c1f53d55f50bee6c466
|
||||
SIZE (pgpool-II-3.0.tar.gz) = 1223872
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- 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 @@
|
||||
--- 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 @@
|
||||
|
||||
pool_log("1st stage is done");
|
||||
if (REPLICATION)
|
||||
{
|
||||
- pool_log("starting 2nd stage");
|
||||
+ pool_log("starting 2nd stage. waiting connections from clients to be closed");
|
||||
|
||||
- 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 @@
|
||||
/* 2nd stage */
|
||||
*InRecovery = 1;
|
||||
@@ -384,6 +384,6 @@
|
||||
sleep(3);
|
||||
} while (i++ < WAIT_RETRY_COUNT);
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ etc/pcp.conf.sample
|
|||
etc/pgpool.conf.sample
|
||||
etc/pgpool.conf.sample-master-slave
|
||||
etc/pgpool.conf.sample-replication
|
||||
etc/pgpool.conf.sample-stream
|
||||
etc/pool_hba.conf.sample
|
||||
include/pcp.h
|
||||
include/pool_type.h
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 2.3.3
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2664/
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2798/
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= A connection pool server for PostgreSQL
|
||||
|
@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
|
|||
USE_PGSQL= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS= pgpool-3.* pgpool-II-2.2.*
|
||||
CONFLICTS= pgpool-3.* pgpool-II-*
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pgpool-II-2.3.3.tar.gz) = fae5a3b50eab995d15a18f80fee2e92b
|
||||
SHA256 (pgpool-II-2.3.3.tar.gz) = c9b6b0d743812f68376dd675fd0481d44aa12bb8324c6bc24522c0b857e4fa53
|
||||
SIZE (pgpool-II-2.3.3.tar.gz) = 1150695
|
||||
MD5 (pgpool-II-3.0.tar.gz) = d93a896ce185bff7920d4b603a4e9111
|
||||
SHA256 (pgpool-II-3.0.tar.gz) = b1f3f2fb84b06e8d6f0691deac324e90f5d82fbf5c143c1f53d55f50bee6c466
|
||||
SIZE (pgpool-II-3.0.tar.gz) = 1223872
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- 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 @@
|
||||
--- 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 @@
|
||||
|
||||
pool_log("1st stage is done");
|
||||
if (REPLICATION)
|
||||
{
|
||||
- pool_log("starting 2nd stage");
|
||||
+ pool_log("starting 2nd stage. waiting connections from clients to be closed");
|
||||
|
||||
- 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 @@
|
||||
/* 2nd stage */
|
||||
*InRecovery = 1;
|
||||
@@ -384,6 +384,6 @@
|
||||
sleep(3);
|
||||
} while (i++ < WAIT_RETRY_COUNT);
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ etc/pcp.conf.sample
|
|||
etc/pgpool.conf.sample
|
||||
etc/pgpool.conf.sample-master-slave
|
||||
etc/pgpool.conf.sample-replication
|
||||
etc/pgpool.conf.sample-stream
|
||||
etc/pool_hba.conf.sample
|
||||
include/pcp.h
|
||||
include/pool_type.h
|
||||
|
|
|
@ -18,7 +18,7 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_RC_SUBR= pgpool
|
||||
CONFLICTS= pgpool-II-1.*
|
||||
CONFLICTS= pgpool-II-*
|
||||
|
||||
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
|
||||
|
||||
|
|
Loading…
Reference in a new issue