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/patches | |
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/patches')
-rw-r--r-- | databases/pgpool/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgpool/patches/patch-aa b/databases/pgpool/patches/patch-aa index 31b3bc14fdf..dcd803d7d90 100644 --- a/databases/pgpool/patches/patch-aa +++ b/databases/pgpool/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/02/11 16:40:43 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2006/01/15 17:09:51 minskim Exp $ ---- Makefile.in.orig 2005-02-01 05:48:54.000000000 -0600 +--- Makefile.in.orig 2006-01-02 16:33:53.000000000 -0800 +++ Makefile.in -@@ -176,7 +176,7 @@ pgpool_SOURCES = pool.h version.h pgpool +@@ -177,7 +177,7 @@ pgpool_SOURCES = pool.h version.h pgpool pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c \ pool_signal.h pool_signal.c -sysconf_DATA = pgpool.conf.sample +sysconf_DATA = - AM_CPPFLAGS = -Wall -Wmissing-prototypes -Wmissing-declarations + AM_CPPFLAGS = -Wall -Wmissing-prototypes -Wmissing-declarations -D_GNU_SOURCE all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am |