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

User Y-asaba y-asaba at pgfoundry.org
Wed Jul 18 04:48:04 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 under V3.2.

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

Modified Files:
--------------
    pgpool:
        pool.h (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool.h.diff?r1=1.18&r2=1.19)
        pool_config.l (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_config.l.diff?r1=1.11&r2=1.12)
        pool_process_query.c (r1.53 -> r1.54)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_process_query.c.diff?r1=1.53&r2=1.54)


More information about the Pgpool-committers mailing list