diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-15 17:09:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-15 17:09:50 +0000 |
commit | a7567bb435d39376e50741be1e61de6e8a71f768 (patch) | |
tree | b8ea1982eb2e8c24a8d92544ee73e6c1433d979e /databases/pgpool/Makefile | |
parent | 0a54cd08d2e140d75a426a5b6cd00a327f982be9 (diff) | |
download | pkgsrc-a7567bb435d39376e50741be1e61de6e8a71f768.tar.gz |
Update pgpool to 2.7. Based on patches provided by Inseo PARK in
private email.
Major changes from 2.5.1:
- Allow SERIAL data type replication by issuing table locks automatically.
- New directives: child_max_connections and ignore_leading_white_space.
- Bug fixes and minor improvements.
Diffstat (limited to 'databases/pgpool/Makefile')
-rw-r--r-- | databases/pgpool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 333d1b4cf66..df8c1226ad9 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/12/29 06:21:35 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/15 17:09:50 minskim Exp $ -DISTNAME= pgpool-2.5.1 +DISTNAME= pgpool-2.7 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/183/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/572/ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://pgpool.projects.postgresql.org/ |