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

User Y-asaba y-asaba at pgfoundry.org
Mon Jul 23 06:54:16 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.

Tags:
----
V1_STABLE

Modified Files:
--------------
    pgpool-II:
        ChangeLog (r1.17.2.4 -> r1.17.2.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/ChangeLog.diff?r1=1.17.2.4&r2=1.17.2.5)
        pgpool.conf.sample (r1.4 -> r1.4.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample.diff?r1=1.4&r2=1.4.2.1)
        pool.h (r1.5.2.2 -> r1.5.2.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool.h.diff?r1=1.5.2.2&r2=1.5.2.3)
        pool_config.l (r1.3 -> r1.3.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.l.diff?r1=1.3&r2=1.3.2.1)
        pool_process_query.c (r1.23.2.5 -> r1.23.2.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.23.2.5&r2=1.23.2.6)


More information about the Pgpool-committers mailing list