[Pgpool-committers] pgpool - pgpool-II: Add new parameter named "replicate_select".

User Y-asaba y-asaba at pgfoundry.org
Mon Aug 13 02:23:20 UTC 2007


Log Message:
-----------
Add new parameter named "replicate_select". Default value is 'false'.

If it is true, pgpool replicates SELECT queries when load balancing is
disabled. This is a old specification which was V1.0.

If it is false, pgpool only sends them to the master node. This is a
current specification.

Modified Files:
--------------
    pgpool-II:
        pgpool.conf.sample (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample.diff?r1=1.5&r2=1.6)
        pool.h (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool.h.diff?r1=1.11&r2=1.12)
        pool_config.l (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.l.diff?r1=1.6&r2=1.7)
        pool_process_query.c (r1.37 -> r1.38)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.37&r2=1.38)


More information about the Pgpool-committers mailing list