[Pgpool-committers] pgpool - pgpool-II: Allow to specify functions those are writing to DB

User T-ishii t-ishii at pgfoundry.org
Sun Aug 1 08:38:18 UTC 2010


Log Message:
-----------
Allow to specify functions those are writing to DB in SELECT.
For this purpose, new directive "white_function_lis" and
"black_function_list" added.
Such SELECT are not load balanced in replication mode and
master slave mode.

Modified Files:
--------------
    pgpool-II:
        pgpool.conf.sample (r1.37 -> r1.38)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample?r1=1.37&r2=1.38)
        pgpool.conf.sample-master-slave (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-master-slave?r1=1.9&r2=1.10)
        pgpool.conf.sample-replication (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-replication?r1=1.8&r2=1.9)
        pgpool.conf.sample-stream (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-stream?r1=1.2&r2=1.3)
        pool_config.c (r1.48 -> r1.49)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.c?r1=1.48&r2=1.49)
        pool_config.h (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.h?r1=1.7&r2=1.8)
        pool_config.l (r1.44 -> r1.45)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.l?r1=1.44&r2=1.45)
        pool_query_context.c (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_query_context.c?r1=1.23&r2=1.24)
        pool_select_walker.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_select_walker.c?r1=1.1&r2=1.2)
        pool_select_walker.h (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_select_walker.h?r1=1.1&r2=1.2)
    pgpool-II/doc:
        pgpool-ja.html (r1.89 -> r1.90)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-ja.html?r1=1.89&r2=1.90)


More information about the Pgpool-committers mailing list