> Hi,
> 
> On Sun, 2009-12-06 at 09:57 +0000, User T-ishii wrote:
> > Add pgpool.conf sample for replication mode and master/slave mode
> 
> I can't see these in pgpool-2.3 tarball. Is that intentional?

Oops. I forgot to include in the tar ball.

Here is a diff to Makefile.am:

Index: Makefile.am
===================================================================
RCS file: /cvsroot/pgpool/pgpool-II/Makefile.am,v
retrieving revision 1.26
diff -c -r1.26 Makefile.am
*** Makefile.am 6 Dec 2009 07:43:59 -0000       1.26
--- Makefile.am 7 Dec 2009 11:37:07 -0000
***************
*** 1,6 ****
--- 1,7 ----
  bin_PROGRAMS = pgpool pg_md5
  
  pgpool_SOURCES = pool.h pool_type.h version.h pgpool.conf.sample \
+       pgpool.conf.sample-replication pgpool.conf.sample-master-slave \
        README.euc_jp pgpool.spec \
        main.c child.c pool_auth.c pool_config.l pool_error.c \
        pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c 
\
***************
*** 18,24 ****
  DEFS = @DEFS@ \
        -DDEFAULT_CONFIGDIR=\"$(sysconfdir)\"
  
! sysconf_DATA = pgpool.conf.sample pcp.conf.sample pool_hba.conf.sample
  pkgdata_DATA = sql/system_db.sql sample/pgpool.pam
  
  AM_CPPFLAGS = -D_GNU_SOURCE -I @PGSQL_INCLUDE_DIR@
--- 19,26 ----
  DEFS = @DEFS@ \
        -DDEFAULT_CONFIGDIR=\"$(sysconfdir)\"
  
! sysconf_DATA = pgpool.conf.sample pcp.conf.sample pool_hba.conf.sample \
!                               pgpool.conf.sample-replication 
pgpool.conf.sample-master-slave
  pkgdata_DATA = sql/system_db.sql sample/pgpool.pam
  
  AM_CPPFLAGS = -D_GNU_SOURCE -I @PGSQL_INCLUDE_DIR@

_______________________________________________
Pgpool-hackers mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-hackers

Reply via email to